#9EBF6C

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

Shades of Olivine #9EBF6C

Tints of Olivine #9EBF6C

Color information

#9EBF6C (or 0x9EBF6C) is unknown color: approx Olivine. HEX triplet: 9E, BF and 6C. RGB value is (158,191,108). Sum of RGB (Red+Green+Blue) = 158+191+108=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF6C is #614093. Grayscale: #ABABAB. Windows color (decimal): -6373524 or 7126942. OLE color: 7126942.

HSL color Cylindrical-coordinate representation of color #9EBF6C: hue angle of 83.86º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EBF6C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB158191108-
CMYK0.1700.430.25
HSL83.86º39.34%58.63%-
HSV(B)83.86º43.46%74.9%-
XYZ35.4445.6121.12-
YUV171.6792.07118.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=34.57%
G=41.79%
B=23.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911080.1700.430.2583.8639.3458.63
Hex9EBF6C1102B1954273b
Octal23627715421053311244773
Binary10011110101111111101100100010101011110011010100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,108); }

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

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

 a { background-color: rgb(158,191,108); }

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

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

 span { border-color: rgb(158,191,108); }

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