#A3CB75

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

Shades of Olivine #A3CB75

Tints of Olivine #A3CB75

Color information

#A3CB75 (or 0xA3CB75) is unknown color: approx Olivine. HEX triplet: A3, CB and 75. RGB value is (163,203,117). Sum of RGB (Red+Green+Blue) = 163+203+117=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB75 is #5C348A. Grayscale: #B5B5B5. Windows color (decimal): -6042763 or 7719843. OLE color: 7719843.

HSL color Cylindrical-coordinate representation of color #A3CB75: hue angle of 87.91º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3CB75 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB163203117-
CMYK0.2000.420.20
HSL87.91º45.26%62.75%-
HSV(B)87.91º42.36%79.61%-
XYZ39.6751.7824.73-
YUV181.2491.75114.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 203 (79.69% from 255) = 42.03%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=33.75%
G=42.03%
B=24.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632031170.2000.420.2087.9145.2662.75
HexA3CB751402A14582d3f
Octal24331316524052241305577
Binary10100011110010111110101101000101010101001011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB75; }

 p { color: rgb(163,203,117); }

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

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

 a { background-color: rgb(163,203,117); }

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

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

 span { border-color: rgb(163,203,117); }

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