#95CB67

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

Shades of Olivine #95CB67

Tints of Olivine #95CB67

Color information

#95CB67 (or 0x95CB67) is unknown color: approx Olivine. HEX triplet: 95, CB and 67. RGB value is (149,203,103). Sum of RGB (Red+Green+Blue) = 149+203+103=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CB67 is #6A3498. Grayscale: #AFAFAF. Windows color (decimal): -6960281 or 6802325. OLE color: 6802325.

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

Color convert

RGB149203103-
CMYK0.2700.490.20
HSL92.4º49.02%60%-
HSV(B)92.4º49.26%79.61%-
XYZ36.250.0820.59-
YUV175.4587.11109.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=32.75%
G=44.62%
B=22.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492031030.2700.490.2092.449.0260
Hex95CB671B031145c313c
Octal22531314733061241346174
Binary10010101110010111100111110110110001101001011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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