Html Css Color HEX #AFAE5B Olive Green

📋 copy color: '#AFAE5B'

red 175 ◦ green 174 ◦ blue 91

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

Shades of Olive Green #AFAE5B

Tints of Olive Green #AFAE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 39.77%
G = 39.55%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AFAE5B (or 0xAFAE5B) is known color: Olive Green. HEX triplet: AF, AE and 5B. RGB value is (175,174,91). Sum of RGB (Red+Green+Blue) = 175+174+91=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE5B is #5051A4. Grayscale: #A5A5A5. Windows color (decimal): -5263781 or 6008495. OLE color: 6008495.

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

Color convert

RGB 175 174 91 -
CMYK 0 0.01 0.48 0.31
HSL 59.29º 0.34% 0.52% -
HSV(B) 59.29º 0.48% 0.69% -
XYZ 34.7 40.14 15.82 -
YUV 164.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 175 174 91 0 0.01 0.48 0.31 59.29 0.34 0.52
Hex AF AE 5B 0 1 30 1F 3B 22 34
Octal 257 256 133 0 1 60 37 73 42 64
Binary 10101111 10101110 1011011 0 1 110000 11111 111011 100010 110100

Color Harmonies of #AFAE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE5B

Black with #AFAE5B

Text Example


Text Example

White with #AFAE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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