Html Css Color HEX #AFB054 Olive Green

📋 copy color: '#AFB054'

red 175 ◦ green 176 ◦ blue 84

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

Shades of Olive Green #AFB054

Tints of Olive Green #AFB054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.31%

R = 40.23%
G = 40.46%
B = 19.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AFB054 (or 0xAFB054) is known color: Olive Green. HEX triplet: AF, B0 and 54. RGB value is (175,176,84). Sum of RGB (Red+Green+Blue) = 175+176+84=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB054 is #504FAB. Grayscale: #A5A5A5. Windows color (decimal): -5263276 or 5550255. OLE color: 5550255.

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

Color convert

RGB 175 176 84 -
CMYK 0.01 0 0.52 0.31
HSL 60.65º 0.37% 0.51% -
HSV(B) 60.65º 0.52% 0.69% -
XYZ 34.8 40.8 14.43 -
YUV 165.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 175 176 84 0.01 0 0.52 0.31 60.65 0.37 0.51
Hex AF B0 54 1 0 34 1F 3D 25 33
Octal 257 260 124 1 0 64 37 75 45 63
Binary 10101111 10110000 1010100 1 0 110100 11111 111101 100101 110011

Color Harmonies of #AFB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB054

Black with #AFB054

Text Example


Text Example

White with #AFB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB054; }

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

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

background-color css

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

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

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

border-color css

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

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

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