#AFB15A

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

Shades of Olive Green #AFB15A

Tints of Olive Green #AFB15A

Color information

#AFB15A (or 0xAFB15A) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 5A. RGB value is (175,177,90). Sum of RGB (Red+Green+Blue) = 175+177+90=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB15A is #504EA5. Grayscale: #A6A6A6. Windows color (decimal): -5263014 or 5943727. OLE color: 5943727.

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

Color convert

RGB17517790-
CMYK0.0100.490.31
HSL61.38º35.8%52.35%-
HSV(B)61.38º49.15%69.41%-
XYZ35.2541.315.79-
YUV166.4884.84134.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=39.59%
G=40.05%
B=20.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177900.0100.490.3161.3835.852.35
HexAFB15A10311F3d2434
Octal257261132106137754464
Binary101011111011000110110101011000111111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB15A; }

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

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

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

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

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

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

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

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