#AEAF69

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

Shades of Olive Green #AEAF69

Tints of Olive Green #AEAF69

Color information

#AEAF69 (or 0xAEAF69) is unknown color: approx Olive Green. HEX triplet: AE, AF and 69. RGB value is (174,175,105). Sum of RGB (Red+Green+Blue) = 174+175+105=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF69 is #515096. Grayscale: #A7A7A7. Windows color (decimal): -5329047 or 6926254. OLE color: 6926254.

HSL color Cylindrical-coordinate representation of color #AEAF69: hue angle of 60.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEAF69 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB174175105-
CMYK0.0100.400.31
HSL60.86º30.43%54.9%-
HSV(B)60.86º40%68.63%-
XYZ35.3440.6819.35-
YUV166.7293.17133.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=38.33%
G=38.55%
B=23.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751050.0100.400.3160.8630.4354.9
HexAEAF6910281F3d1e37
Octal256257151105037753667
Binary10101110101011111101001101010001111111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF69; }

 p { color: rgb(174,175,105); }

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

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

 a { background-color: rgb(174,175,105); }

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

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

 span { border-color: rgb(174,175,105); }

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