Html Css Color HEX #AEAF68 Olive Green

📋 copy color: '#AEAF68'

red 174 ◦ green 175 ◦ blue 104

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

Shades of Olive Green #AEAF68

Tints of Olive Green #AEAF68

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 value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AEAF68 (or 0xAEAF68) is known color: 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

RGB 174 175 104 -
CMYK 0.01 0 0.41 0.31
HSL 60.85º 0.31% 0.55% -
HSV(B) 60.85º 0.41% 0.69% -
XYZ 35.28 40.66 19.08 -
YUV 166.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 174 175 104 0.01 0 0.41 0.31 60.85 0.31 0.55
Hex AE AF 68 1 0 29 1F 3D 1F 37
Octal 256 257 150 1 0 51 37 75 37 67
Binary 10101110 10101111 1101000 1 0 101001 11111 111101 11111 110111

Color Harmonies of #AEAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF68

Black with #AEAF68

Text Example


Text Example

White with #AEAF68

Text Example


Text Example

HTML Codes & Css Web 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>