Html Css Color HEX #9DB676 Olivine

📋 copy color: '#9DB676'

red 157 ◦ green 182 ◦ blue 118

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

Shades of Olivine #9DB676

Tints of Olivine #9DB676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 34.35%
G = 39.82%
B = 25.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#9DB676 (or 0x9DB676) is known color: Olivine. HEX triplet: 9D, B6 and 76. RGB value is (157,182,118). Sum of RGB (Red+Green+Blue) = 157+182+118=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB676 is #624989. Grayscale: #A7A7A7. Windows color (decimal): -6441354 or 7779997. OLE color: 7779997.

HSL color Cylindrical-coordinate representation of color #9DB676: hue angle of 83.44º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB676 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 118 -
CMYK 0.14 0 0.35 0.29
HSL 83.44º 0.3% 0.59% -
HSV(B) 83.44º 0.35% 0.71% -
XYZ 33.9 41.93 23.45 -
YUV 167.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 157 182 118 0.14 0 0.35 0.29 83.44 0.3 0.59
Hex 9D B6 76 E 0 23 1D 53 1E 3B
Octal 235 266 166 16 0 43 35 123 36 73
Binary 10011101 10110110 1110110 1110 0 100011 11101 1010011 11110 111011

Color Harmonies of #9DB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB676

Black with #9DB676

Text Example


Text Example

White with #9DB676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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