Html Css Color HEX #9DB66D Olivine

📋 copy color: '#9DB66D'

red 157 ◦ green 182 ◦ blue 109

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

Shades of Olivine #9DB66D

Tints of Olivine #9DB66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 35.04%
G = 40.63%
B = 24.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#9DB66D (or 0x9DB66D) is known color: Olivine. HEX triplet: 9D, B6 and 6D. RGB value is (157,182,109). Sum of RGB (Red+Green+Blue) = 157+182+109=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB66D is #624992. Grayscale: #A6A6A6. Windows color (decimal): -6441363 or 7190173. OLE color: 7190173.

HSL color Cylindrical-coordinate representation of color #9DB66D: hue angle of 80.55º 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 #9DB66D is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 109 -
CMYK 0.14 0 0.40 0.29
HSL 80.55º 0.33% 0.57% -
HSV(B) 80.55º 0.4% 0.71% -
XYZ 33.39 41.73 20.76 -
YUV 166.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 157 182 109 0.14 0 0.40 0.29 80.55 0.33 0.57
Hex 9D B6 6D E 0 28 1D 51 21 39
Octal 235 266 155 16 0 50 35 121 41 71
Binary 10011101 10110110 1101101 1110 0 101000 11101 1010001 100001 111001

Color Harmonies of #9DB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB66D

Black with #9DB66D

Text Example


Text Example

White with #9DB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,109); }

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

background-color css

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

 a { background-color: rgb(157,182,109); }

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

border-color css

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

 span { border-color: rgb(157,182,109); }

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