#95CB6D

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

Shades of Olivine #95CB6D

Tints of Olivine #95CB6D

Color information

#95CB6D (or 0x95CB6D) is unknown color: approx Olivine. HEX triplet: 95, CB and 6D. RGB value is (149,203,109). Sum of RGB (Red+Green+Blue) = 149+203+109=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CB6D is #6A3492. Grayscale: #B0B0B0. Windows color (decimal): -6960275 or 7195541. OLE color: 7195541.

HSL color Cylindrical-coordinate representation of color #95CB6D: hue angle of 94.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95CB6D is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB149203109-
CMYK0.2700.460.20
HSL94.47º47.47%61.18%-
HSV(B)94.47º46.31%79.61%-
XYZ36.5150.2122.23-
YUV176.1490.11108.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=32.32%
G=44.03%
B=23.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492031090.2700.460.2094.4747.4761.18
Hex95CB6D1B02E145e2f3d
Octal22531315533056241365775
Binary10010101110010111101101110110101110101001011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,203,109); }

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

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

 a { background-color: rgb(149,203,109); }

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

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

 span { border-color: rgb(149,203,109); }

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