#9FB67B

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

Shades of Olivine #9FB67B

Tints of Olivine #9FB67B

Color information

#9FB67B (or 0x9FB67B) is unknown color: approx Olivine. HEX triplet: 9F, B6 and 7B. RGB value is (159,182,123). Sum of RGB (Red+Green+Blue) = 159+182+123=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB67B is #604984. Grayscale: #A8A8A8. Windows color (decimal): -6310277 or 8107679. OLE color: 8107679.

HSL color Cylindrical-coordinate representation of color #9FB67B: hue angle of 83.39º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB67B is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB159182123-
CMYK0.1300.320.29
HSL83.39º28.78%59.8%-
HSV(B)83.39º32.42%71.37%-
XYZ34.642.2625.07-
YUV168.4102.38121.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=34.27%
G=39.22%
B=26.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821230.1300.320.2983.3928.7859.8
Hex9FB67BD0201D531d3c
Octal23726617315040351233574
Binary100111111011011011110111101010000011101101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,123); }

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

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

 a { background-color: rgb(159,182,123); }

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

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

 span { border-color: rgb(159,182,123); }

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