#AEAF68

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

Shades of Olive Green #AEAF68

Tints of Olive Green #AEAF68

Color information

#AEAF68 (or 0xAEAF68) is unknown color: approx Olive Green. HEX triplet: AE, AF and 68. RGB value is (174,175,104). Sum of RGB (Red+Green+Blue) = 174+175+104=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF68 is #515097. Grayscale: #A6A6A6. Windows color (decimal): -5329048 or 6860718. OLE color: 6860718.

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

Color convert

RGB174175104-
CMYK0.0100.410.31
HSL60.85º30.74%54.71%-
HSV(B)60.85º40.57%68.63%-
XYZ35.2840.6619.08-
YUV166.6192.67133.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=38.41%
G=38.63%
B=22.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751040.0100.410.3160.8530.7454.71
HexAEAF6810291F3d1f37
Octal256257150105137753767
Binary10101110101011111101000101010011111111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF68; }

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

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

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

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

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

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

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

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