#95C168

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

Shades of Olivine #95C168

Tints of Olivine #95C168

Color information

#95C168 (or 0x95C168) is unknown color: approx Olivine. HEX triplet: 95, C1 and 68. RGB value is (149,193,104). Sum of RGB (Red+Green+Blue) = 149+193+104=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #95C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C168 is #6A3E97. Grayscale: #AAAAAA. Windows color (decimal): -6962840 or 6865301. OLE color: 6865301.

HSL color Cylindrical-coordinate representation of color #95C168: hue angle of 89.66º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95C168 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB149193104-
CMYK0.2300.460.24
HSL89.66º41.78%58.24%-
HSV(B)89.66º46.11%75.69%-
XYZ33.9645.5320.09-
YUV169.790.92113.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=33.41%
G=43.27%
B=23.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931040.2300.460.2489.6641.7858.24
Hex95C1681702E185a2a3a
Octal22530115027056301325272
Binary10010101110000011101000101110101110110001011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,104); }

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

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

 a { background-color: rgb(149,193,104); }

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

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

 span { border-color: rgb(149,193,104); }

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