#9EB67C

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

Shades of Olivine #9EB67C

Tints of Olivine #9EB67C

Color information

#9EB67C (or 0x9EB67C) is unknown color: approx Olivine. HEX triplet: 9E, B6 and 7C. RGB value is (158,182,124). Sum of RGB (Red+Green+Blue) = 158+182+124=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB67C is #614983. Grayscale: #A8A8A8. Windows color (decimal): -6375812 or 8173214. OLE color: 8173214.

HSL color Cylindrical-coordinate representation of color #9EB67C: hue angle of 84.83º degrees, saturation: 0.28, 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 #9EB67C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB158182124-
CMYK0.1300.320.29
HSL84.83º28.43%60%-
HSV(B)84.83º31.87%71.37%-
XYZ34.4742.1825.39-
YUV168.21103.05120.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=34.05%
G=39.22%
B=26.72%

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
Decimal1581821240.1300.320.2984.8328.4360
Hex9EB67CD0201D551c3c
Octal23626617415040351253474
Binary100111101011011011111001101010000011101101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,182,124); }

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

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

 a { background-color: rgb(158,182,124); }

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

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

 span { border-color: rgb(158,182,124); }

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