Html Css Color HEX #AFB764 Olive Green

📋 copy color: '#AFB764'

red 175 ◦ green 183 ◦ blue 100

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

Shades of Olive Green #AFB764

Tints of Olive Green #AFB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 38.21%
G = 39.96%
B = 21.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#AFB764 (or 0xAFB764) is known color: Olive Green. HEX triplet: AF, B7 and 64. RGB value is (175,183,100). Sum of RGB (Red+Green+Blue) = 175+183+100=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB764 is #50489B. Grayscale: #ABABAB. Windows color (decimal): -5261468 or 6600623. OLE color: 6600623.

HSL color Cylindrical-coordinate representation of color #AFB764: hue angle of 65.78º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFB764 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 100 -
CMYK 0.04 0 0.45 0.28
HSL 65.78º 0.37% 0.55% -
HSV(B) 65.78º 0.45% 0.72% -
XYZ 36.91 43.9 18.58 -
YUV 171.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 175 183 100 0.04 0 0.45 0.28 65.78 0.37 0.55
Hex AF B7 64 4 0 2D 1C 42 25 37
Octal 257 267 144 4 0 55 34 102 45 67
Binary 10101111 10110111 1100100 100 0 101101 11100 1000010 100101 110111

Color Harmonies of #AFB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB764

Black with #AFB764

Text Example


Text Example

White with #AFB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB764; }

 p { color: rgb(175,183,100); }

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

background-color css

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

 a { background-color: rgb(175,183,100); }

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

border-color css

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

 span { border-color: rgb(175,183,100); }

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