#A0CB69

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

Shades of Olivine #A0CB69

Tints of Olivine #A0CB69

Color information

#A0CB69 (or 0xA0CB69) is unknown color: approx Olivine. HEX triplet: A0, CB and 69. RGB value is (160,203,105). Sum of RGB (Red+Green+Blue) = 160+203+105=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB69 is #5F3496. Grayscale: #B3B3B3. Windows color (decimal): -6239383 or 6933408. OLE color: 6933408.

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

Color convert

RGB160203105-
CMYK0.2100.480.20
HSL86.33º48.51%60.39%-
HSV(B)86.33º48.28%79.61%-
XYZ38.451.2121.22-
YUV178.9786.25114.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 203 (79.69% from 255) = 43.38%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=34.19%
G=43.38%
B=22.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031050.2100.480.2086.3348.5160.39
HexA0CB69150301456313c
Octal24031315125060241266174
Binary10100000110010111101001101010110000101001010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB69; }

 p { color: rgb(160,203,105); }

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

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

 a { background-color: rgb(160,203,105); }

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

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

 span { border-color: rgb(160,203,105); }

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