Html Css Color HEX #AEAE60 Olive Green

📋 copy color: '#AEAE60'

red 174 ◦ green 174 ◦ blue 96

#AEAE60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AEAE60

Tints of Olive Green #AEAE60

RGB

 RED value IS 174 (68.36% from 255) = 39.19%

 GREEN value IS 174 (68.36% from 255) = 39.19%

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 39.19%
G = 39.19%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AEAE60 (or 0xAEAE60) is known color: Olive Green. HEX triplet: AE, AE and 60. RGB value is (174,174,96). Sum of RGB (Red+Green+Blue) = 174+174+96=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE60 is #51519F. Grayscale: #A5A5A5. Windows color (decimal): -5329312 or 6336174. OLE color: 6336174.

HSL color Cylindrical-coordinate representation of color #AEAE60: hue angle of 60º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEAE60 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 174 96 -
CMYK 0 0 0.45 0.32
HSL 60º 0.33% 0.53% -
HSV(B) 60º 0.45% 0.68% -
XYZ 34.7 40.12 16.98 -
YUV 165.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 174 174 96 0 0 0.45 0.32 60 0.33 0.53
Hex AE AE 60 0 0 2D 20 3C 20 35
Octal 256 256 140 0 0 55 40 74 40 65
Binary 10101110 10101110 1100000 0 0 101101 100000 111100 100000 110101

Color Harmonies of #AEAE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE60

Black with #AEAE60

Text Example


Text Example

White with #AEAE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE60; }

 p { color: rgb(174,174,96); }

 H1.HeaderClassName
 {
   color: #AEAE60;
 }
 .AnyTagClassName
 {
   color: #AEAE60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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