#95B067

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

Shades of Olivine #95B067

Tints of Olivine #95B067

Color information

#95B067 (or 0x95B067) is unknown color: approx Olivine. HEX triplet: 95, B0 and 67. RGB value is (149,176,103). Sum of RGB (Red+Green+Blue) = 149+176+103=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #95B067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B067 is #6A4F98. Grayscale: #9F9F9F. Windows color (decimal): -6967193 or 6795413. OLE color: 6795413.

HSL color Cylindrical-coordinate representation of color #95B067: hue angle of 82.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95B067 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB149176103-
CMYK0.1500.410.31
HSL82.19º31.6%54.71%-
HSV(B)82.19º41.48%69.02%-
XYZ30.3738.4218.65-
YUV159.696.05120.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=34.81%
G=41.12%
B=24.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761030.1500.410.3182.1931.654.71
Hex95B067F0291F522037
Octal22526014717051371224067
Binary1001010110110000110011111110101001111111010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,176,103); }

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

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

 a { background-color: rgb(149,176,103); }

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

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

 span { border-color: rgb(149,176,103); }

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