#AFB15C

Color #AFB15C Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AFB15C

Tints of Olive Green #AFB15C

Color information

#AFB15C (or 0xAFB15C) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 5C. RGB value is (175,177,92). Sum of RGB (Red+Green+Blue) = 175+177+92=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB15C is #504EA3. Grayscale: #A7A7A7. Windows color (decimal): -5263012 or 6074799. OLE color: 6074799.

HSL color Cylindrical-coordinate representation of color #AFB15C: hue angle of 61.41º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFB15C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17517792-
CMYK0.0100.480.31
HSL61.41º35.27%52.75%-
HSV(B)61.41º48.02%69.41%-
XYZ35.3341.3316.24-
YUV166.7185.84133.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=39.41%
G=39.86%
B=20.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177920.0100.480.3161.4135.2752.75
HexAFB15C10301F3d2335
Octal257261134106037754365
Binary101011111011000110111001011000011111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB15C; }

 p { color: rgb(175,177,92); }

 H1.HeaderClassName
 {
   color: #AFB15C;
 }
 .AnyTagClassName
 {
   color: #AFB15C;
 }
</style>
background-color css

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

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

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

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

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

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