Html Css Color HEX #AFB964 Olive Green

📋 copy color: '#AFB964'

red 175 ◦ green 185 ◦ blue 100

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

Shades of Olive Green #AFB964

Tints of Olive Green #AFB964

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.22%

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

R = 38.04%
G = 40.22%
B = 21.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#AFB964 (or 0xAFB964) is known color: Olive Green. HEX triplet: AF, B9 and 64. RGB value is (175,185,100). Sum of RGB (Red+Green+Blue) = 175+185+100=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB964 is #50469B. Grayscale: #ACACAC. Windows color (decimal): -5260956 or 6601135. OLE color: 6601135.

HSL color Cylindrical-coordinate representation of color #AFB964: hue angle of 67.06º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFB964 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 100 -
CMYK 0.05 0 0.46 0.27
HSL 67.06º 0.38% 0.56% -
HSV(B) 67.06º 0.46% 0.73% -
XYZ 37.33 44.73 18.72 -
YUV 172.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 175 185 100 0.05 0 0.46 0.27 67.06 0.38 0.56
Hex AF B9 64 5 0 2E 1B 43 26 38
Octal 257 271 144 5 0 56 33 103 46 70
Binary 10101111 10111001 1100100 101 0 101110 11011 1000011 100110 111000

Color Harmonies of #AFB964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB964

Black with #AFB964

Text Example


Text Example

White with #AFB964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB964; }

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

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

background-color css

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

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

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

border-color css

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

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

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