#9DCB61

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

Shades of Olivine #9DCB61

Tints of Olivine #9DCB61

Color information

#9DCB61 (or 0x9DCB61) is unknown color: approx Olivine. HEX triplet: 9D, CB and 61. RGB value is (157,203,97). Sum of RGB (Red+Green+Blue) = 157+203+97=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB61 is #62349E. Grayscale: #B1B1B1. Windows color (decimal): -6435999 or 6409117. OLE color: 6409117.

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

Color convert

RGB15720397-
CMYK0.2300.520.20
HSL86.04º50.48%58.82%-
HSV(B)86.04º52.22%79.61%-
XYZ37.4250.7419.13-
YUV177.1682.76113.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 203 (79.69% from 255) = 44.42%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=34.35%
G=44.42%
B=21.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157203970.2300.520.2086.0450.4858.82
Hex9DCB61170341456323b
Octal23531314127064241266273
Binary10011101110010111100001101110110100101001010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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