Html Css Color HEX #AFAF6A Olive Green

📋 copy color: '#AFAF6A'

red 175 ◦ green 175 ◦ blue 106

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

Shades of Olive Green #AFAF6A

Tints of Olive Green #AFAF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.25%

R = 38.38%
G = 38.38%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AFAF6A (or 0xAFAF6A) is known color: Olive Green. HEX triplet: AF, AF and 6A. RGB value is (175,175,106). Sum of RGB (Red+Green+Blue) = 175+175+106=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF6A is #505095. Grayscale: #A7A7A7. Windows color (decimal): -5263510 or 6991791. OLE color: 6991791.

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

Color convert

RGB 175 175 106 -
CMYK 0 0 0.39 0.31
HSL 60º 0.3% 0.55% -
HSV(B) 60º 0.39% 0.69% -
XYZ 35.61 40.81 19.64 -
YUV 167.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 175 175 106 0 0 0.39 0.31 60 0.3 0.55
Hex AF AF 6A 0 0 27 1F 3C 1E 37
Octal 257 257 152 0 0 47 37 74 36 67
Binary 10101111 10101111 1101010 0 0 100111 11111 111100 11110 110111

Color Harmonies of #AFAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF6A

Black with #AFAF6A

Text Example


Text Example

White with #AFAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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