Html Css Color HEX #AFB365 Olive Green

📋 copy color: '#AFB365'

red 175 ◦ green 179 ◦ blue 101

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

Shades of Olive Green #AFB365

Tints of Olive Green #AFB365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

 BLUE value IS 101 (39.84% from 255) = 22.2%

R = 38.46%
G = 39.34%
B = 22.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#AFB365 (or 0xAFB365) is known color: Olive Green. HEX triplet: AF, B3 and 65. RGB value is (175,179,101). Sum of RGB (Red+Green+Blue) = 175+179+101=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB365 is #504C9A. Grayscale: #A9A9A9. Windows color (decimal): -5262491 or 6665135. OLE color: 6665135.

HSL color Cylindrical-coordinate representation of color #AFB365: hue angle of 63.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFB365 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 101 -
CMYK 0.02 0 0.44 0.30
HSL 63.08º 0.34% 0.55% -
HSV(B) 63.08º 0.44% 0.7% -
XYZ 36.15 42.29 18.57 -
YUV 168.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 175 179 101 0.02 0 0.44 0.30 63.08 0.34 0.55
Hex AF B3 65 2 0 2C 1E 3F 22 37
Octal 257 263 145 2 0 54 36 77 42 67
Binary 10101111 10110011 1100101 10 0 101100 11110 111111 100010 110111

Color Harmonies of #AFB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB365

Black with #AFB365

Text Example


Text Example

White with #AFB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB365; }

 p { color: rgb(175,179,101); }

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

background-color css

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

 a { background-color: rgb(175,179,101); }

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

border-color css

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

 span { border-color: rgb(175,179,101); }

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