Html Css Color HEX #9DB775 Olivine

📋 copy color: '#9DB775'

red 157 ◦ green 183 ◦ blue 117

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

Shades of Olivine #9DB775

Tints of Olivine #9DB775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 34.35%
G = 40.04%
B = 25.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#9DB775 (or 0x9DB775) is known color: Olivine. HEX triplet: 9D, B7 and 75. RGB value is (157,183,117). Sum of RGB (Red+Green+Blue) = 157+183+117=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB775 is #62488A. Grayscale: #A7A7A7. Windows color (decimal): -6441099 or 7714717. OLE color: 7714717.

HSL color Cylindrical-coordinate representation of color #9DB775: hue angle of 83.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB775 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 117 -
CMYK 0.14 0 0.36 0.28
HSL 83.64º 0.31% 0.59% -
HSV(B) 83.64º 0.36% 0.72% -
XYZ 34.05 42.32 23.2 -
YUV 167.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 157 183 117 0.14 0 0.36 0.28 83.64 0.31 0.59
Hex 9D B7 75 E 0 24 1C 54 1F 3B
Octal 235 267 165 16 0 44 34 124 37 73
Binary 10011101 10110111 1110101 1110 0 100100 11100 1010100 11111 111011

Color Harmonies of #9DB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB775

Black with #9DB775

Text Example


Text Example

White with #9DB775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,183,117); }

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

background-color css

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

 a { background-color: rgb(157,183,117); }

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

border-color css

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

 span { border-color: rgb(157,183,117); }

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