Html Css Color HEX #AFB36A Olive Green

📋 copy color: '#AFB36A'

red 175 ◦ green 179 ◦ blue 106

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

Shades of Olive Green #AFB36A

Tints of Olive Green #AFB36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 38.04%
G = 38.91%
B = 23.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#AFB36A (or 0xAFB36A) is known color: Olive Green. HEX triplet: AF, B3 and 6A. RGB value is (175,179,106). Sum of RGB (Red+Green+Blue) = 175+179+106=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB36A is #504C95. Grayscale: #A9A9A9. Windows color (decimal): -5262486 or 6992815. OLE color: 6992815.

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

Color convert

RGB 175 179 106 -
CMYK 0.02 0 0.41 0.30
HSL 63.29º 0.32% 0.56% -
HSV(B) 63.29º 0.41% 0.7% -
XYZ 36.4 42.39 19.9 -
YUV 169.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 175 179 106 0.02 0 0.41 0.30 63.29 0.32 0.56
Hex AF B3 6A 2 0 29 1E 3F 20 38
Octal 257 263 152 2 0 51 36 77 40 70
Binary 10101111 10110011 1101010 10 0 101001 11110 111111 100000 111000

Color Harmonies of #AFB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB36A

Black with #AFB36A

Text Example


Text Example

White with #AFB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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