Html Css Color HEX #AFB466 Olive Green

📋 copy color: '#AFB466'

red 175 ◦ green 180 ◦ blue 102

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

Shades of Olive Green #AFB466

Tints of Olive Green #AFB466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 38.29%
G = 39.39%
B = 22.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#AFB466 (or 0xAFB466) is known color: Olive Green. HEX triplet: AF, B4 and 66. RGB value is (175,180,102). Sum of RGB (Red+Green+Blue) = 175+180+102=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB466 is #504B99. Grayscale: #A9A9A9. Windows color (decimal): -5262234 or 6730927. OLE color: 6730927.

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

Color convert

RGB 175 180 102 -
CMYK 0.03 0 0.43 0.29
HSL 63.85º 0.34% 0.55% -
HSV(B) 63.85º 0.43% 0.71% -
XYZ 36.4 42.72 18.9 -
YUV 169.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 175 180 102 0.03 0 0.43 0.29 63.85 0.34 0.55
Hex AF B4 66 3 0 2B 1D 40 22 37
Octal 257 264 146 3 0 53 35 100 42 67
Binary 10101111 10110100 1100110 11 0 101011 11101 1000000 100010 110111

Color Harmonies of #AFB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB466

Black with #AFB466

Text Example


Text Example

White with #AFB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB466; }

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

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

background-color css

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

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

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

border-color css

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

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

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