Html Css Color HEX #AFA755 Olive Green

📋 copy color: '#AFA755'

red 175 ◦ green 167 ◦ blue 85

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

Shades of Olive Green #AFA755

Tints of Olive Green #AFA755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 40.98%
G = 39.11%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AFA755 (or 0xAFA755) is known color: Olive Green. HEX triplet: AF, A7 and 55. RGB value is (175,167,85). Sum of RGB (Red+Green+Blue) = 175+167+85=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA755 is #5058AA. Grayscale: #A0A0A0. Windows color (decimal): -5265579 or 5613487. OLE color: 5613487.

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

Color convert

RGB 175 167 85 -
CMYK 0 0.05 0.51 0.31
HSL 54.67º 0.36% 0.51% -
HSV(B) 54.67º 0.51% 0.69% -
XYZ 33.14 37.41 14.07 -
YUV 160.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 175 167 85 0 0.05 0.51 0.31 54.67 0.36 0.51
Hex AF A7 55 0 5 33 1F 37 24 33
Octal 257 247 125 0 5 63 37 67 44 63
Binary 10101111 10100111 1010101 0 101 110011 11111 110111 100100 110011

Color Harmonies of #AFA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA755

Black with #AFA755

Text Example


Text Example

White with #AFA755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA755; }

 p { color: rgb(175,167,85); }

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

background-color css

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

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

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

border-color css

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

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

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