Html Css Color HEX #AFB059 Olive Green

📋 copy color: '#AFB059'

red 175 ◦ green 176 ◦ blue 89

#AFB059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AFB059

Tints of Olive Green #AFB059

RGB

 RED value IS 175 (68.75% from 255) = 39.77%

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 89 (35.16% from 255) = 20.23%

R = 39.77%
G = 40%
B = 20.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AFB059 (or 0xAFB059) is known color: Olive Green. HEX triplet: AF, B0 and 59. RGB value is (175,176,89). Sum of RGB (Red+Green+Blue) = 175+176+89=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB059 is #504FA6. Grayscale: #A6A6A6. Windows color (decimal): -5263271 or 5877935. OLE color: 5877935.

HSL color Cylindrical-coordinate representation of color #AFB059: hue angle of 60.69º 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 #AFB059 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 176 89 -
CMYK 0.01 0 0.49 0.31
HSL 60.69º 0.36% 0.52% -
HSV(B) 60.69º 0.49% 0.69% -
XYZ 35.01 40.89 15.5 -
YUV 165.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 175 176 89 0.01 0 0.49 0.31 60.69 0.36 0.52
Hex AF B0 59 1 0 31 1F 3D 24 34
Octal 257 260 131 1 0 61 37 75 44 64
Binary 10101111 10110000 1011001 1 0 110001 11111 111101 100100 110100

Color Harmonies of #AFB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB059

Black with #AFB059

Text Example


Text Example

White with #AFB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB059; }

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

 H1.HeaderClassName
 {
   color: #AFB059;
 }
 .AnyTagClassName
 {
   color: #AFB059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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