Html Css Color HEX #AFB76B Olive Green

📋 copy color: '#AFB76B'

red 175 ◦ green 183 ◦ blue 107

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

Shades of Olive Green #AFB76B

Tints of Olive Green #AFB76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 37.63%
G = 39.35%
B = 23.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#AFB76B (or 0xAFB76B) is known color: Olive Green. HEX triplet: AF, B7 and 6B. RGB value is (175,183,107). Sum of RGB (Red+Green+Blue) = 175+183+107=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB76B is #504894. Grayscale: #ACACAC. Windows color (decimal): -5261461 or 7059375. OLE color: 7059375.

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

Color convert

RGB 175 183 107 -
CMYK 0.04 0 0.42 0.28
HSL 66.32º 0.35% 0.57% -
HSV(B) 66.32º 0.42% 0.72% -
XYZ 37.27 44.04 20.45 -
YUV 171.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 175 183 107 0.04 0 0.42 0.28 66.32 0.35 0.57
Hex AF B7 6B 4 0 2A 1C 42 23 39
Octal 257 267 153 4 0 52 34 102 43 71
Binary 10101111 10110111 1101011 100 0 101010 11100 1000010 100011 111001

Color Harmonies of #AFB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB76B

Black with #AFB76B

Text Example


Text Example

White with #AFB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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