Html Css Color HEX #AFAF64 Olive Green

📋 copy color: '#AFAF64'

red 175 ◦ green 175 ◦ blue 100

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

Shades of Olive Green #AFAF64

Tints of Olive Green #AFAF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 38.89%
G = 38.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AFAF64 (or 0xAFAF64) is known color: Olive Green. HEX triplet: AF, AF and 64. RGB value is (175,175,100). Sum of RGB (Red+Green+Blue) = 175+175+100=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF64 is #50509B. Grayscale: #A6A6A6. Windows color (decimal): -5263516 or 6598575. OLE color: 6598575.

HSL color Cylindrical-coordinate representation of color #AFAF64: hue angle of 60º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFAF64 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 100 -
CMYK 0 0 0.43 0.31
HSL 60º 0.32% 0.54% -
HSV(B) 60º 0.43% 0.69% -
XYZ 35.31 40.69 18.05 -
YUV 166.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 175 175 100 0 0 0.43 0.31 60 0.32 0.54
Hex AF AF 64 0 0 2B 1F 3C 20 36
Octal 257 257 144 0 0 53 37 74 40 66
Binary 10101111 10101111 1100100 0 0 101011 11111 111100 100000 110110

Color Harmonies of #AFAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF64

Black with #AFAF64

Text Example


Text Example

White with #AFAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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