#AFBD61

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

Shades of Olive Green #AFBD61

Tints of Olive Green #AFBD61

Color information

#AFBD61 (or 0xAFBD61) is unknown color: approx Olive Green. HEX triplet: AF, BD and 61. RGB value is (175,189,97). Sum of RGB (Red+Green+Blue) = 175+189+97=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD61 is #50429E. Grayscale: #AEAEAE. Windows color (decimal): -5259935 or 6405551. OLE color: 6405551.

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

Color convert

RGB17518997-
CMYK0.0700.490.26
HSL69.13º41.07%56.08%-
HSV(B)69.13º48.68%74.12%-
XYZ38.0346.3718.26-
YUV174.3384.36128.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=37.96%
G=41.00%
B=21.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175189970.0700.490.2669.1341.0756.08
HexAFBD6170311A452938
Octal2572751417061321055170
Binary101011111011110111000011110110001110101000101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD61; }

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

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

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

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

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

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

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

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