Html Css Color HEX #AFB363 Olive Green

📋 copy color: '#AFB363'

red 175 ◦ green 179 ◦ blue 99

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

Shades of Olive Green #AFB363

Tints of Olive Green #AFB363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.51%

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

R = 38.63%
G = 39.51%
B = 21.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#AFB363 (or 0xAFB363) is known color: Olive Green. HEX triplet: AF, B3 and 63. RGB value is (175,179,99). Sum of RGB (Red+Green+Blue) = 175+179+99=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB363 is #504C9C. Grayscale: #A9A9A9. Windows color (decimal): -5262493 or 6534063. OLE color: 6534063.

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

Color convert

RGB 175 179 99 -
CMYK 0.02 0 0.45 0.30
HSL 63º 0.34% 0.55% -
HSV(B) 63º 0.45% 0.7% -
XYZ 36.05 42.26 18.06 -
YUV 168.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 175 179 99 0.02 0 0.45 0.30 63 0.34 0.55
Hex AF B3 63 2 0 2D 1E 3F 22 37
Octal 257 263 143 2 0 55 36 77 42 67
Binary 10101111 10110011 1100011 10 0 101101 11110 111111 100010 110111

Color Harmonies of #AFB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB363

Black with #AFB363

Text Example


Text Example

White with #AFB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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