Html Css Color HEX #9DB276 Olivine

📋 copy color: '#9DB276'

red 157 ◦ green 178 ◦ blue 118

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

Shades of Olivine #9DB276

Tints of Olivine #9DB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

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

R = 34.66%
G = 39.29%
B = 26.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#9DB276 (or 0x9DB276) is known color: Olivine. HEX triplet: 9D, B2 and 76. RGB value is (157,178,118). Sum of RGB (Red+Green+Blue) = 157+178+118=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB276 is #624D89. Grayscale: #A5A5A5. Windows color (decimal): -6442378 or 7778973. OLE color: 7778973.

HSL color Cylindrical-coordinate representation of color #9DB276: hue angle of 81º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB276 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 118 -
CMYK 0.12 0 0.34 0.30
HSL 81º 0.28% 0.58% -
HSV(B) 81º 0.34% 0.7% -
XYZ 33.1 40.32 23.18 -
YUV 164.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 157 178 118 0.12 0 0.34 0.30 81 0.28 0.58
Hex 9D B2 76 C 0 22 1E 51 1C 3A
Octal 235 262 166 14 0 42 36 121 34 72
Binary 10011101 10110010 1110110 1100 0 100010 11110 1010001 11100 111010

Color Harmonies of #9DB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB276

Black with #9DB276

Text Example


Text Example

White with #9DB276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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