#9DCB60

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

Shades of Olivine #9DCB60

Tints of Olivine #9DCB60

Color information

#9DCB60 (or 0x9DCB60) is unknown color: approx Olivine. HEX triplet: 9D, CB and 60. RGB value is (157,203,96). Sum of RGB (Red+Green+Blue) = 157+203+96=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB60 is #62349F. Grayscale: #B1B1B1. Windows color (decimal): -6436000 or 6343581. OLE color: 6343581.

HSL color Cylindrical-coordinate representation of color #9DCB60: hue angle of 85.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DCB60 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB15720396-
CMYK0.2300.530.20
HSL85.79º50.71%58.63%-
HSV(B)85.79º52.71%79.61%-
XYZ37.3750.7218.89-
YUV177.0582.26113.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.43%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=34.43%
G=44.52%
B=21.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157203960.2300.530.2085.7950.7158.63
Hex9DCB60170351456333b
Octal23531314027065241266373
Binary10011101110010111100000101110110101101001010110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,96); }

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

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

 a { background-color: rgb(157,203,96); }

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

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

 span { border-color: rgb(157,203,96); }

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