Html Css Color HEX #AFB456 Olive Green

📋 copy color: '#AFB456'

red 175 ◦ green 180 ◦ blue 86

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

Shades of Olive Green #AFB456

Tints of Olive Green #AFB456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 86 (33.98% from 255) = 19.5%

R = 39.68%
G = 40.82%
B = 19.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#AFB456 (or 0xAFB456) is known color: Olive Green. HEX triplet: AF, B4 and 56. RGB value is (175,180,86). Sum of RGB (Red+Green+Blue) = 175+180+86=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB456 is #504BA9. Grayscale: #A8A8A8. Windows color (decimal): -5262250 or 5682351. OLE color: 5682351.

HSL color Cylindrical-coordinate representation of color #AFB456: hue angle of 63.19º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB456 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 86 -
CMYK 0.03 0 0.52 0.29
HSL 63.19º 0.39% 0.52% -
HSV(B) 63.19º 0.52% 0.71% -
XYZ 35.68 42.43 15.11 -
YUV 167.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 175 180 86 0.03 0 0.52 0.29 63.19 0.39 0.52
Hex AF B4 56 3 0 34 1D 3F 27 34
Octal 257 264 126 3 0 64 35 77 47 64
Binary 10101111 10110100 1010110 11 0 110100 11101 111111 100111 110100

Color Harmonies of #AFB456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB456

Black with #AFB456

Text Example


Text Example

White with #AFB456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB456; }

 p { color: rgb(175,180,86); }

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

background-color css

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

 a { background-color: rgb(175,180,86); }

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

border-color css

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

 span { border-color: rgb(175,180,86); }

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