Html Css Color HEX #AFB063 Olive Green

📋 copy color: '#AFB063'

red 175 ◦ green 176 ◦ blue 99

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

Shades of Olive Green #AFB063

Tints of Olive Green #AFB063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22%

R = 38.89%
G = 39.11%
B = 22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AFB063 (or 0xAFB063) is known color: Olive Green. HEX triplet: AF, B0 and 63. RGB value is (175,176,99). Sum of RGB (Red+Green+Blue) = 175+176+99=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB063 is #504F9C. Grayscale: #A7A7A7. Windows color (decimal): -5263261 or 6533295. OLE color: 6533295.

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

Color convert

RGB 175 176 99 -
CMYK 0.01 0 0.44 0.31
HSL 60.78º 0.33% 0.54% -
HSV(B) 60.78º 0.44% 0.69% -
XYZ 35.46 41.07 17.86 -
YUV 166.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 175 176 99 0.01 0 0.44 0.31 60.78 0.33 0.54
Hex AF B0 63 1 0 2C 1F 3D 21 36
Octal 257 260 143 1 0 54 37 75 41 66
Binary 10101111 10110000 1100011 1 0 101100 11111 111101 100001 110110

Color Harmonies of #AFB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB063

Black with #AFB063

Text Example


Text Example

White with #AFB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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