Html Css Color HEX #95B56E Olivine

📋 copy color: '#95B56E'

red 149 ◦ green 181 ◦ blue 110

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

Shades of Olivine #95B56E

Tints of Olivine #95B56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25%

R = 33.86%
G = 41.14%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#95B56E (or 0x95B56E) is known color: Olivine. HEX triplet: 95, B5 and 6E. RGB value is (149,181,110). Sum of RGB (Red+Green+Blue) = 149+181+110=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #95B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B56E is #6A4A91. Grayscale: #A3A3A3. Windows color (decimal): -6965906 or 7255445. OLE color: 7255445.

HSL color Cylindrical-coordinate representation of color #95B56E: hue angle of 87.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95B56E is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 181 110 -
CMYK 0.18 0 0.39 0.29
HSL 87.04º 0.32% 0.57% -
HSV(B) 87.04º 0.39% 0.71% -
XYZ 31.73 40.56 20.91 -
YUV 163.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 149 181 110 0.18 0 0.39 0.29 87.04 0.32 0.57
Hex 95 B5 6E 12 0 27 1D 57 20 39
Octal 225 265 156 22 0 47 35 127 40 71
Binary 10010101 10110101 1101110 10010 0 100111 11101 1010111 100000 111001

Color Harmonies of #95B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B56E

Black with #95B56E

Text Example


Text Example

White with #95B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,181,110); }

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

background-color css

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

 a { background-color: rgb(149,181,110); }

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

border-color css

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

 span { border-color: rgb(149,181,110); }

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