Html Css Color HEX #9DB57A Olivine

📋 copy color: '#9DB57A'

red 157 ◦ green 181 ◦ blue 122

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

Shades of Olivine #9DB57A

Tints of Olivine #9DB57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 34.13%
G = 39.35%
B = 26.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#9DB57A (or 0x9DB57A) is known color: Olivine. HEX triplet: 9D, B5 and 7A. RGB value is (157,181,122). Sum of RGB (Red+Green+Blue) = 157+181+122=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB57A is #624A85. Grayscale: #A7A7A7. Windows color (decimal): -6441606 or 8041885. OLE color: 8041885.

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

Color convert

RGB 157 181 122 -
CMYK 0.13 0 0.33 0.29
HSL 84.41º 0.29% 0.59% -
HSV(B) 84.41º 0.33% 0.71% -
XYZ 33.94 41.62 24.66 -
YUV 167.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 157 181 122 0.13 0 0.33 0.29 84.41 0.29 0.59
Hex 9D B5 7A D 0 21 1D 54 1D 3B
Octal 235 265 172 15 0 41 35 124 35 73
Binary 10011101 10110101 1111010 1101 0 100001 11101 1010100 11101 111011

Color Harmonies of #9DB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB57A

Black with #9DB57A

Text Example


Text Example

White with #9DB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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