Html Css Color HEX #AFB051 Olive Green

📋 copy color: '#AFB051'

red 175 ◦ green 176 ◦ blue 81

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

Shades of Olive Green #AFB051

Tints of Olive Green #AFB051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.75%

R = 40.51%
G = 40.74%
B = 18.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AFB051 (or 0xAFB051) is known color: Olive Green. HEX triplet: AF, B0 and 51. RGB value is (175,176,81). Sum of RGB (Red+Green+Blue) = 175+176+81=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB051 is #504FAE. Grayscale: #A5A5A5. Windows color (decimal): -5263279 or 5353647. OLE color: 5353647.

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

Color convert

RGB 175 176 81 -
CMYK 0.01 0 0.54 0.31
HSL 60.63º 0.38% 0.5% -
HSV(B) 60.63º 0.54% 0.69% -
XYZ 34.69 40.76 13.82 -
YUV 164.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 175 176 81 0.01 0 0.54 0.31 60.63 0.38 0.5
Hex AF B0 51 1 0 36 1F 3D 26 32
Octal 257 260 121 1 0 66 37 75 46 62
Binary 10101111 10110000 1010001 1 0 110110 11111 111101 100110 110010

Color Harmonies of #AFB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB051

Black with #AFB051

Text Example


Text Example

White with #AFB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB051; }

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

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

background-color css

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

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

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

border-color css

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

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

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