#AFB369

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

Shades of Olive Green #AFB369

Tints of Olive Green #AFB369

Color information

#AFB369 (or 0xAFB369) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 69. RGB value is (175,179,105). Sum of RGB (Red+Green+Blue) = 175+179+105=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB369 is #504C96. Grayscale: #A9A9A9. Windows color (decimal): -5262487 or 6927279. OLE color: 6927279.

HSL color Cylindrical-coordinate representation of color #AFB369: hue angle of 63.24º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFB369 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB175179105-
CMYK0.0200.410.30
HSL63.24º32.74%55.69%-
HSV(B)63.24º41.34%70.2%-
XYZ36.3542.3719.63-
YUV169.3791.67132.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=38.13%
G=39.00%
B=22.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791050.0200.410.3063.2432.7455.69
HexAFB36920291E3f2138
Octal257263151205136774170
Binary1010111110110011110100110010100111110111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB369; }

 p { color: rgb(175,179,105); }

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

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

 a { background-color: rgb(175,179,105); }

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

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

 span { border-color: rgb(175,179,105); }

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