Html Css Color HEX #95B977 Olivine

📋 copy color: '#95B977'

red 149 ◦ green 185 ◦ blue 119

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

Shades of Olivine #95B977

Tints of Olivine #95B977

RGB

 RED value IS 149 (58.59% from 255) = 32.89%

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 32.89%
G = 40.84%
B = 26.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#95B977 (or 0x95B977) is known color: Olivine. HEX triplet: 95, B9 and 77. RGB value is (149,185,119). Sum of RGB (Red+Green+Blue) = 149+185+119=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #95B977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B977 is #6A4688. Grayscale: #A6A6A6. Windows color (decimal): -6964873 or 7846293. OLE color: 7846293.

HSL color Cylindrical-coordinate representation of color #95B977: hue angle of 92.73º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95B977 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 185 119 -
CMYK 0.19 0 0.36 0.27
HSL 92.73º 0.32% 0.6% -
HSV(B) 92.73º 0.36% 0.73% -
XYZ 33.07 42.42 23.9 -
YUV 166.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 149 185 119 0.19 0 0.36 0.27 92.73 0.32 0.6
Hex 95 B9 77 13 0 24 1B 5D 20 3C
Octal 225 271 167 23 0 44 33 135 40 74
Binary 10010101 10111001 1110111 10011 0 100100 11011 1011101 100000 111100

Color Harmonies of #95B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B977

Black with #95B977

Text Example


Text Example

White with #95B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B977; }

 p { color: rgb(149,185,119); }

 H1.HeaderClassName
 {
   color: #95B977;
 }
 .AnyTagClassName
 {
   color: #95B977;
 }
</style>

background-color css

<style>
 a { background-color: #95B977; }

 a { background-color: rgb(149,185,119); }

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

border-color css

<style>
 span { border-color: #95B977; }

 span { border-color: rgb(149,185,119); }

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