Html Css Color HEX #AFAF5B Olive Green

📋 copy color: '#AFAF5B'

red 175 ◦ green 175 ◦ blue 91

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

Shades of Olive Green #AFAF5B

Tints of Olive Green #AFAF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

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

R = 39.68%
G = 39.68%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AFAF5B (or 0xAFAF5B) is known color: Olive Green. HEX triplet: AF, AF and 5B. RGB value is (175,175,91). Sum of RGB (Red+Green+Blue) = 175+175+91=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF5B is #5050A4. Grayscale: #A5A5A5. Windows color (decimal): -5263525 or 6008751. OLE color: 6008751.

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

Color convert

RGB 175 175 91 -
CMYK 0 0 0.48 0.31
HSL 60º 0.34% 0.52% -
HSV(B) 60º 0.48% 0.69% -
XYZ 34.9 40.53 15.88 -
YUV 165.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 175 175 91 0 0 0.48 0.31 60 0.34 0.52
Hex AF AF 5B 0 0 30 1F 3C 22 34
Octal 257 257 133 0 0 60 37 74 42 64
Binary 10101111 10101111 1011011 0 0 110000 11111 111100 100010 110100

Color Harmonies of #AFAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF5B

Black with #AFAF5B

Text Example


Text Example

White with #AFAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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