#A7CB6C

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

Shades of Olivine #A7CB6C

Tints of Olivine #A7CB6C

Color information

#A7CB6C (or 0xA7CB6C) is unknown color: approx Olivine. HEX triplet: A7, CB and 6C. RGB value is (167,203,108). Sum of RGB (Red+Green+Blue) = 167+203+108=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CB6C is #583493. Grayscale: #B5B5B5. Windows color (decimal): -5780628 or 7130023. OLE color: 7130023.

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

Color convert

RGB167203108-
CMYK0.1800.470.20
HSL82.74º47.74%60.98%-
HSV(B)82.74º46.8%79.61%-
XYZ4052.0122.12-
YUV181.4186.57117.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=34.94%
G=42.47%
B=22.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031080.1800.470.2082.7447.7460.98
HexA7CB6C1202F1453303d
Octal24731315422057241236075
Binary10100111110010111101100100100101111101001010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CB6C; }

 p { color: rgb(167,203,108); }

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

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

 a { background-color: rgb(167,203,108); }

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

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

 span { border-color: rgb(167,203,108); }

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