Html Css Color HEX #95B87A Olivine

📋 copy color: '#95B87A'

red 149 ◦ green 184 ◦ blue 122

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

Shades of Olivine #95B87A

Tints of Olivine #95B87A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 32.75%
G = 40.44%
B = 26.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#95B87A (or 0x95B87A) is known color: Olivine. HEX triplet: 95, B8 and 7A. RGB value is (149,184,122). Sum of RGB (Red+Green+Blue) = 149+184+122=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #95B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B87A is #6A4785. Grayscale: #A6A6A6. Windows color (decimal): -6965126 or 8042645. OLE color: 8042645.

HSL color Cylindrical-coordinate representation of color #95B87A: hue angle of 93.87º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95B87A is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 122 -
CMYK 0.19 0 0.34 0.28
HSL 93.87º 0.3% 0.6% -
HSV(B) 93.87º 0.34% 0.72% -
XYZ 33.05 42.08 24.79 -
YUV 166.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 149 184 122 0.19 0 0.34 0.28 93.87 0.3 0.6
Hex 95 B8 7A 13 0 22 1C 5E 1E 3C
Octal 225 270 172 23 0 42 34 136 36 74
Binary 10010101 10111000 1111010 10011 0 100010 11100 1011110 11110 111100

Color Harmonies of #95B87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B87A

Black with #95B87A

Text Example


Text Example

White with #95B87A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,184,122); }

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

background-color css

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

 a { background-color: rgb(149,184,122); }

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

border-color css

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

 span { border-color: rgb(149,184,122); }

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