#95B67E

Color #95B67E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #95B67E

Tints of Olivine #95B67E

Color information

#95B67E (or 0x95B67E) is unknown color: approx Olivine. HEX triplet: 95, B6 and 7E. RGB value is (149,182,126). Sum of RGB (Red+Green+Blue) = 149+182+126=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #95B67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B67E is #6A4981. Grayscale: #A5A5A5. Windows color (decimal): -6965634 or 8304277. OLE color: 8304277.

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

Color convert

RGB149182126-
CMYK0.1800.310.29
HSL95.36º27.72%60.39%-
HSV(B)95.36º30.77%71.37%-
XYZ32.8941.3525.99-
YUV165.75105.57116.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=32.60%
G=39.82%
B=27.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491821260.1800.310.2995.3627.7260.39
Hex95B67E1201F1D5f1c3c
Octal22526617622037351373474
Binary100101011011011011111101001001111111101101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,126); }

 H1.HeaderClassName
 {
   color: #95B67E;
 }
 .AnyTagClassName
 {
   color: #95B67E;
 }
</style>
background-color css

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

 a { background-color: rgb(149,182,126); }

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

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

 span { border-color: rgb(149,182,126); }

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