Html Css Color HEX #AFAE68 Olive Green

📋 copy color: '#AFAE68'

red 175 ◦ green 174 ◦ blue 104

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

Shades of Olive Green #AFAE68

Tints of Olive Green #AFAE68

RGB

 RED value IS 175 (68.75% from 255) = 38.63%

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

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

R = 38.63%
G = 38.41%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AFAE68: hue angle of 59.15º 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 #AFAE68 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 104 -
CMYK 0 0.01 0.41 0.31
HSL 59.15º 0.31% 0.55% -
HSV(B) 59.15º 0.41% 0.69% -
XYZ 35.31 40.39 19.03 -
YUV 166.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 175 174 104 0 0.01 0.41 0.31 59.15 0.31 0.55
Hex AF AE 68 0 1 29 1F 3B 1F 37
Octal 257 256 150 0 1 51 37 73 37 67
Binary 10101111 10101110 1101000 0 1 101001 11111 111011 11111 110111

Color Harmonies of #AFAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE68

Black with #AFAE68

Text Example


Text Example

White with #AFAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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