Html Css Color HEX #9DBB73 Olivine

📋 copy color: '#9DBB73'

red 157 ◦ green 187 ◦ blue 115

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

Shades of Olivine #9DBB73

Tints of Olivine #9DBB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 34.2%
G = 40.74%
B = 25.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9DBB73 (or 0x9DBB73) is known color: Olivine. HEX triplet: 9D, BB and 73. RGB value is (157,187,115). Sum of RGB (Red+Green+Blue) = 157+187+115=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB73 is #62448C. Grayscale: #AAAAAA. Windows color (decimal): -6440077 or 7584669. OLE color: 7584669.

HSL color Cylindrical-coordinate representation of color #9DBB73: hue angle of 85º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DBB73 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 115 -
CMYK 0.16 0 0.39 0.27
HSL 85º 0.35% 0.59% -
HSV(B) 85º 0.39% 0.73% -
XYZ 34.77 43.95 22.87 -
YUV 169.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 157 187 115 0.16 0 0.39 0.27 85 0.35 0.59
Hex 9D BB 73 10 0 27 1B 55 23 3B
Octal 235 273 163 20 0 47 33 125 43 73
Binary 10011101 10111011 1110011 10000 0 100111 11011 1010101 100011 111011

Color Harmonies of #9DBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB73

Black with #9DBB73

Text Example


Text Example

White with #9DBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,115); }

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

background-color css

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

 a { background-color: rgb(157,187,115); }

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

border-color css

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

 span { border-color: rgb(157,187,115); }

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