#AFB065

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

Shades of Olive Green #AFB065

Tints of Olive Green #AFB065

Color information

#AFB065 (or 0xAFB065) is unknown color: approx Olive Green. HEX triplet: AF, B0 and 65. RGB value is (175,176,101). Sum of RGB (Red+Green+Blue) = 175+176+101=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB065 is #504F9A. Grayscale: #A7A7A7. Windows color (decimal): -5263259 or 6664367. OLE color: 6664367.

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

Color convert

RGB175176101-
CMYK0.0100.430.31
HSL60.8º32.19%54.31%-
HSV(B)60.8º42.61%69.02%-
XYZ35.5541.118.37-
YUV167.1590.67133.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=38.72%
G=38.94%
B=22.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761010.0100.430.3160.832.1954.31
HexAFB065102B1F3d2036
Octal257260145105337754066
Binary101011111011000011001011010101111111111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB065; }

 p { color: rgb(175,176,101); }

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

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

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

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

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

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

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