#95B069

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

Shades of Olivine #95B069

Tints of Olivine #95B069

Color information

#95B069 (or 0x95B069) is unknown color: approx Olivine. HEX triplet: 95, B0 and 69. RGB value is (149,176,105). Sum of RGB (Red+Green+Blue) = 149+176+105=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #95B069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B069 is #6A4F96. Grayscale: #A0A0A0. Windows color (decimal): -6967191 or 6926485. OLE color: 6926485.

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

Color convert

RGB149176105-
CMYK0.1500.400.31
HSL82.82º31%55.1%-
HSV(B)82.82º40.34%69.02%-
XYZ30.4738.4619.18-
YUV159.8397.05120.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=34.65%
G=40.93%
B=24.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761050.1500.400.3182.823155.1
Hex95B069F0281F531f37
Octal22526015117050371233767
Binary100101011011000011010011111010100011111101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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