Html Css Color HEX #AFAE61 Olive Green

📋 copy color: '#AFAE61'

red 175 ◦ green 174 ◦ blue 97

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

Shades of Olive Green #AFAE61

Tints of Olive Green #AFAE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.75%

R = 39.24%
G = 39.01%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AFAE61 (or 0xAFAE61) is known color: Olive Green. HEX triplet: AF, AE and 61. RGB value is (175,174,97). Sum of RGB (Red+Green+Blue) = 175+174+97=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE61 is #50519E. Grayscale: #A5A5A5. Windows color (decimal): -5263775 or 6401711. OLE color: 6401711.

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

Color convert

RGB 175 174 97 -
CMYK 0 0.01 0.45 0.31
HSL 59.23º 0.33% 0.53% -
HSV(B) 59.23º 0.45% 0.69% -
XYZ 34.97 40.25 17.23 -
YUV 165.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 175 174 97 0 0.01 0.45 0.31 59.23 0.33 0.53
Hex AF AE 61 0 1 2D 1F 3B 21 35
Octal 257 256 141 0 1 55 37 73 41 65
Binary 10101111 10101110 1100001 0 1 101101 11111 111011 100001 110101

Color Harmonies of #AFAE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE61

Black with #AFAE61

Text Example


Text Example

White with #AFAE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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