#9DCF67

Color #9DCF67 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9DCF67

Tints of Olivine #9DCF67

Color information

#9DCF67 (or 0x9DCF67) is unknown color: approx Olivine. HEX triplet: 9D, CF and 67. RGB value is (157,207,103). Sum of RGB (Red+Green+Blue) = 157+207+103=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCF67 is #623098. Grayscale: #B4B4B4. Windows color (decimal): -6434969 or 6803357. OLE color: 6803357.

HSL color Cylindrical-coordinate representation of color #9DCF67: hue angle of 88.85º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DCF67 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB157207103-
CMYK0.2400.500.19
HSL88.85º52%60.78%-
HSV(B)88.85º50.24%81.18%-
XYZ38.6752.7720.98-
YUV180.1984.44111.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 33.62%
GREEN value IS 207 (81.25% from 255) = 44.33%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=33.62%
G=44.33%
B=22.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572071030.2400.500.1988.855260.78
Hex9DCF67180321359343d
Octal23531714730062231316475
Binary10011101110011111100111110000110010100111011001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DCF67; }

 p { color: rgb(157,207,103); }

 H1.HeaderClassName
 {
   color: #9DCF67;
 }
 .AnyTagClassName
 {
   color: #9DCF67;
 }
</style>
background-color css

<style>
 a { background-color: #9DCF67; }

 a { background-color: rgb(157,207,103); }

 div.DivClassName
 {
   background-color: #9DCF67;
 }
 .BgClassName
 {
   background-color: #9DCF67;
 }
</style>
border-color css

<style>
 span { border-color: #9DCF67; }

 span { border-color: rgb(157,207,103); }

 td.TdClassName
 {
   border-color: #9DCF67;
 }
 .TagClassName
 {
   border-color: #9DCF67;
 }
</style>