#AFBD62

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

Shades of Olive Green #AFBD62

Tints of Olive Green #AFBD62

Color information

#AFBD62 (or 0xAFBD62) is unknown color: approx Olive Green. HEX triplet: AF, BD and 62. RGB value is (175,189,98). Sum of RGB (Red+Green+Blue) = 175+189+98=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD62 is #50429D. Grayscale: #AEAEAE. Windows color (decimal): -5259934 or 6471087. OLE color: 6471087.

HSL color Cylindrical-coordinate representation of color #AFBD62: hue angle of 69.23º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFBD62 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB17518998-
CMYK0.0700.480.26
HSL69.23º40.81%56.27%-
HSV(B)69.23º48.15%74.12%-
XYZ38.0846.3918.5-
YUV174.4484.86128.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=37.88%
G=40.91%
B=21.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175189980.0700.480.2669.2340.8156.27
HexAFBD6270301A452938
Octal2572751427060321055170
Binary101011111011110111000101110110000110101000101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD62; }

 p { color: rgb(175,189,98); }

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

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

 a { background-color: rgb(175,189,98); }

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

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

 span { border-color: rgb(175,189,98); }

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