#9ECB68

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

Shades of Olivine #9ECB68

Tints of Olivine #9ECB68

Color information

#9ECB68 (or 0x9ECB68) is unknown color: approx Olivine. HEX triplet: 9E, CB and 68. RGB value is (158,203,104). Sum of RGB (Red+Green+Blue) = 158+203+104=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB68 is #613497. Grayscale: #B2B2B2. Windows color (decimal): -6370456 or 6867870. OLE color: 6867870.

HSL color Cylindrical-coordinate representation of color #9ECB68: hue angle of 87.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ECB68 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB158203104-
CMYK0.2200.490.20
HSL87.27º48.77%60.2%-
HSV(B)87.27º48.77%79.61%-
XYZ37.9650.9820.94-
YUV178.2686.09113.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=33.98%
G=43.66%
B=22.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582031040.2200.490.2087.2748.7760.2
Hex9ECB68160311457313c
Octal23631315026061241276174
Binary10011110110010111101000101100110001101001010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,203,104); }

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

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

 a { background-color: rgb(158,203,104); }

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

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

 span { border-color: rgb(158,203,104); }

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