Html Css Color HEX #9EB975 Olivine

📋 copy color: '#9EB975'

red 158 ◦ green 185 ◦ blue 117

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

Shades of Olivine #9EB975

Tints of Olivine #9EB975

RGB

 RED value IS 158 (62.11% from 255) = 34.35%

 GREEN value IS 185 (72.66% from 255) = 40.22%

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

R = 34.35%
G = 40.22%
B = 25.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#9EB975 (or 0x9EB975) is known color: Olivine. HEX triplet: 9E, B9 and 75. RGB value is (158,185,117). Sum of RGB (Red+Green+Blue) = 158+185+117=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB975 is #61468A. Grayscale: #A9A9A9. Windows color (decimal): -6375051 or 7715230. OLE color: 7715230.

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

Color convert

RGB 158 185 117 -
CMYK 0.15 0 0.37 0.27
HSL 83.82º 0.33% 0.59% -
HSV(B) 83.82º 0.37% 0.73% -
XYZ 34.66 43.25 23.35 -
YUV 169.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 158 185 117 0.15 0 0.37 0.27 83.82 0.33 0.59
Hex 9E B9 75 F 0 25 1B 54 21 3B
Octal 236 271 165 17 0 45 33 124 41 73
Binary 10011110 10111001 1110101 1111 0 100101 11011 1010100 100001 111011

Color Harmonies of #9EB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB975

Black with #9EB975

Text Example


Text Example

White with #9EB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,185,117); }

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

background-color css

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

 a { background-color: rgb(158,185,117); }

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

border-color css

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

 span { border-color: rgb(158,185,117); }

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