Html Css Color HEX #AFB761 Olive Green

📋 copy color: '#AFB761'

red 175 ◦ green 183 ◦ blue 97

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

Shades of Olive Green #AFB761

Tints of Olive Green #AFB761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 38.46%
G = 40.22%
B = 21.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#AFB761 (or 0xAFB761) is known color: Olive Green. HEX triplet: AF, B7 and 61. RGB value is (175,183,97). Sum of RGB (Red+Green+Blue) = 175+183+97=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB761 is #50489E. Grayscale: #ABABAB. Windows color (decimal): -5261471 or 6404015. OLE color: 6404015.

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

Color convert

RGB 175 183 97 -
CMYK 0.04 0 0.47 0.28
HSL 65.58º 0.37% 0.55% -
HSV(B) 65.58º 0.47% 0.72% -
XYZ 36.77 43.84 17.83 -
YUV 170.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 175 183 97 0.04 0 0.47 0.28 65.58 0.37 0.55
Hex AF B7 61 4 0 2F 1C 42 25 37
Octal 257 267 141 4 0 57 34 102 45 67
Binary 10101111 10110111 1100001 100 0 101111 11100 1000010 100101 110111

Color Harmonies of #AFB761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB761

Black with #AFB761

Text Example


Text Example

White with #AFB761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB761; }

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

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

background-color css

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

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

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

border-color css

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

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

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