Html Css Color HEX #9DB56C Olivine

📋 copy color: '#9DB56C'

red 157 ◦ green 181 ◦ blue 108

#9DB56C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9DB56C

Tints of Olivine #9DB56C

RGB

 RED value IS 157 (61.72% from 255) = 35.2%

 GREEN value IS 181 (71.09% from 255) = 40.58%

 BLUE value IS 108 (42.58% from 255) = 24.22%

R = 35.2%
G = 40.58%
B = 24.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#9DB56C (or 0x9DB56C) is known color: Olivine. HEX triplet: 9D, B5 and 6C. RGB value is (157,181,108). Sum of RGB (Red+Green+Blue) = 157+181+108=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB56C is #624A93. Grayscale: #A5A5A5. Windows color (decimal): -6441620 or 7124381. OLE color: 7124381.

HSL color Cylindrical-coordinate representation of color #9DB56C: hue angle of 79.73º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DB56C is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 108 -
CMYK 0.13 0 0.40 0.29
HSL 79.73º 0.33% 0.57% -
HSV(B) 79.73º 0.4% 0.71% -
XYZ 33.14 41.3 20.41 -
YUV 165.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 157 181 108 0.13 0 0.40 0.29 79.73 0.33 0.57
Hex 9D B5 6C D 0 28 1D 50 21 39
Octal 235 265 154 15 0 50 35 120 41 71
Binary 10011101 10110101 1101100 1101 0 101000 11101 1010000 100001 111001

Color Harmonies of #9DB56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB56C

Black with #9DB56C

Text Example


Text Example

White with #9DB56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,181,108); }

 H1.HeaderClassName
 {
   color: #9DB56C;
 }
 .AnyTagClassName
 {
   color: #9DB56C;
 }
</style>

background-color css

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

 a { background-color: rgb(157,181,108); }

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

border-color css

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

 span { border-color: rgb(157,181,108); }

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