Html Css Color HEX #AEAE68 Olive Green

📋 copy color: '#AEAE68'

red 174 ◦ green 174 ◦ blue 104

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

Shades of Olive Green #AEAE68

Tints of Olive Green #AEAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 38.5%
G = 38.5%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEAE68 (or 0xAEAE68) is known color: Olive Green. HEX triplet: AE, AE and 68. RGB value is (174,174,104). Sum of RGB (Red+Green+Blue) = 174+174+104=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE68 is #515197. Grayscale: #A6A6A6. Windows color (decimal): -5329304 or 6860462. OLE color: 6860462.

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

Color convert

RGB 174 174 104 -
CMYK 0 0 0.40 0.32
HSL 60º 0.3% 0.55% -
HSV(B) 60º 0.4% 0.68% -
XYZ 35.09 40.27 19.02 -
YUV 166.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 174 174 104 0 0 0.40 0.32 60 0.3 0.55
Hex AE AE 68 0 0 28 20 3C 1E 37
Octal 256 256 150 0 0 50 40 74 36 67
Binary 10101110 10101110 1101000 0 0 101000 100000 111100 11110 110111

Color Harmonies of #AEAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE68

Black with #AEAE68

Text Example


Text Example

White with #AEAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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