#A5CC67

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

Shades of Olivine #A5CC67

Tints of Olivine #A5CC67

Color information

#A5CC67 (or 0xA5CC67) is unknown color: approx Olivine. HEX triplet: A5, CC and 67. RGB value is (165,204,103). Sum of RGB (Red+Green+Blue) = 165+204+103=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC67 is #5A3398. Grayscale: #B5B5B5. Windows color (decimal): -5911449 or 6802597. OLE color: 6802597.

HSL color Cylindrical-coordinate representation of color #A5CC67: hue angle of 83.17º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5CC67 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB165204103-
CMYK0.1900.500.2
HSL83.17º49.75%60.2%-
HSV(B)83.17º49.51%80%-
XYZ39.5652.1620.82-
YUV180.8284.08116.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=34.96%
G=43.22%
B=21.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041030.1900.500.283.1749.7560.2
HexA5CC67130321453323c
Octal24531414723062241236274
Binary10100101110011001100111100110110010101001010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC67; }

 p { color: rgb(165,204,103); }

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

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

 a { background-color: rgb(165,204,103); }

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

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

 span { border-color: rgb(165,204,103); }

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