Html Css Color HEX #AFAF65 Olive Green

📋 copy color: '#AFAF65'

red 175 ◦ green 175 ◦ blue 101

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

Shades of Olive Green #AFAF65

Tints of Olive Green #AFAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.39%

R = 38.8%
G = 38.8%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AFAF65 (or 0xAFAF65) is known color: Olive Green. HEX triplet: AF, AF and 65. RGB value is (175,175,101). Sum of RGB (Red+Green+Blue) = 175+175+101=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF65 is #50509A. Grayscale: #A6A6A6. Windows color (decimal): -5263515 or 6664111. OLE color: 6664111.

HSL color Cylindrical-coordinate representation of color #AFAF65: 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.42%. Process color model (Four color, CMYK) of #AFAF65 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 101 -
CMYK 0 0 0.42 0.31
HSL 60º 0.32% 0.54% -
HSV(B) 60º 0.42% 0.69% -
XYZ 35.36 40.71 18.31 -
YUV 166.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 175 175 101 0 0 0.42 0.31 60 0.32 0.54
Hex AF AF 65 0 0 2A 1F 3C 20 36
Octal 257 257 145 0 0 52 37 74 40 66
Binary 10101111 10101111 1100101 0 0 101010 11111 111100 100000 110110

Color Harmonies of #AFAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF65

Black with #AFAF65

Text Example


Text Example

White with #AFAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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