Html Css Color HEX #AFA758 Olive Green

📋 copy color: '#AFA758'

red 175 ◦ green 167 ◦ blue 88

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

Shades of Olive Green #AFA758

Tints of Olive Green #AFA758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.47%

R = 40.7%
G = 38.84%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFA758 (or 0xAFA758) is known color: Olive Green. HEX triplet: AF, A7 and 58. RGB value is (175,167,88). Sum of RGB (Red+Green+Blue) = 175+167+88=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA758 is #5058A7. Grayscale: #A0A0A0. Windows color (decimal): -5265576 or 5810095. OLE color: 5810095.

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

Color convert

RGB 175 167 88 -
CMYK 0 0.05 0.50 0.31
HSL 54.48º 0.35% 0.52% -
HSV(B) 54.48º 0.5% 0.69% -
XYZ 33.26 37.46 14.71 -
YUV 160.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 175 167 88 0 0.05 0.50 0.31 54.48 0.35 0.52
Hex AF A7 58 0 5 32 1F 36 23 34
Octal 257 247 130 0 5 62 37 66 43 64
Binary 10101111 10100111 1011000 0 101 110010 11111 110110 100011 110100

Color Harmonies of #AFA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA758

Black with #AFA758

Text Example


Text Example

White with #AFA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA758; }

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

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

background-color css

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

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

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

border-color css

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

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

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