#9FCF67

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

Shades of Olivine #9FCF67

Tints of Olivine #9FCF67

Color information

#9FCF67 (or 0x9FCF67) is unknown color: approx Olivine. HEX triplet: 9F, CF and 67. RGB value is (159,207,103). Sum of RGB (Red+Green+Blue) = 159+207+103=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF67 is #603098. Grayscale: #B5B5B5. Windows color (decimal): -6303897 or 6803359. OLE color: 6803359.

HSL color Cylindrical-coordinate representation of color #9FCF67: hue angle of 87.69º 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 #9FCF67 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB159207103-
CMYK0.2300.500.19
HSL87.69º52%60.78%-
HSV(B)87.69º50.24%81.18%-
XYZ39.0652.9821-
YUV180.7984.1112.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.90%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=33.90%
G=44.14%
B=21.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592071030.2300.500.1987.695260.78
Hex9FCF67170321358343d
Octal23731714727062231306475
Binary10011111110011111100111101110110010100111011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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