Html Css Color HEX #9DB570 Olivine

📋 copy color: '#9DB570'

red 157 ◦ green 181 ◦ blue 112

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

Shades of Olivine #9DB570

Tints of Olivine #9DB570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 34.89%
G = 40.22%
B = 24.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#9DB570 (or 0x9DB570) is known color: Olivine. HEX triplet: 9D, B5 and 70. RGB value is (157,181,112). Sum of RGB (Red+Green+Blue) = 157+181+112=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB570 is #624A8F. Grayscale: #A6A6A6. Windows color (decimal): -6441616 or 7386525. OLE color: 7386525.

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

Color convert

RGB 157 181 112 -
CMYK 0.13 0 0.38 0.29
HSL 80.87º 0.32% 0.57% -
HSV(B) 80.87º 0.38% 0.71% -
XYZ 33.35 41.39 21.56 -
YUV 165.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 157 181 112 0.13 0 0.38 0.29 80.87 0.32 0.57
Hex 9D B5 70 D 0 26 1D 51 20 39
Octal 235 265 160 15 0 46 35 121 40 71
Binary 10011101 10110101 1110000 1101 0 100110 11101 1010001 100000 111001

Color Harmonies of #9DB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB570

Black with #9DB570

Text Example


Text Example

White with #9DB570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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