Html Css Color HEX #9DB070 Olivine

📋 copy color: '#9DB070'

red 157 ◦ green 176 ◦ blue 112

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

Shades of Olivine #9DB070

Tints of Olivine #9DB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.55%

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

R = 35.28%
G = 39.55%
B = 25.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#9DB070 (or 0x9DB070) is known color: Olivine. HEX triplet: 9D, B0 and 70. RGB value is (157,176,112). Sum of RGB (Red+Green+Blue) = 157+176+112=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB070 is #624F8F. Grayscale: #A3A3A3. Windows color (decimal): -6442896 or 7385245. OLE color: 7385245.

HSL color Cylindrical-coordinate representation of color #9DB070: hue angle of 77.81º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB070 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 112 -
CMYK 0.11 0 0.36 0.31
HSL 77.81º 0.29% 0.56% -
HSV(B) 77.81º 0.36% 0.69% -
XYZ 32.35 39.39 21.23 -
YUV 163.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 157 176 112 0.11 0 0.36 0.31 77.81 0.29 0.56
Hex 9D B0 70 B 0 24 1F 4E 1D 38
Octal 235 260 160 13 0 44 37 116 35 70
Binary 10011101 10110000 1110000 1011 0 100100 11111 1001110 11101 111000

Color Harmonies of #9DB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB070

Black with #9DB070

Text Example


Text Example

White with #9DB070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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