Html Css Color HEX #AFB765 Olive Green

📋 copy color: '#AFB765'

red 175 ◦ green 183 ◦ blue 101

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

Shades of Olive Green #AFB765

Tints of Olive Green #AFB765

RGB

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

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

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

R = 38.13%
G = 39.87%
B = 22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#AFB765 (or 0xAFB765) is known color: Olive Green. HEX triplet: AF, B7 and 65. RGB value is (175,183,101). Sum of RGB (Red+Green+Blue) = 175+183+101=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB765 is #50489A. Grayscale: #ABABAB. Windows color (decimal): -5261467 or 6666159. OLE color: 6666159.

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

Color convert

RGB 175 183 101 -
CMYK 0.04 0 0.45 0.28
HSL 65.85º 0.36% 0.56% -
HSV(B) 65.85º 0.45% 0.72% -
XYZ 36.96 43.92 18.84 -
YUV 171.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 175 183 101 0.04 0 0.45 0.28 65.85 0.36 0.56
Hex AF B7 65 4 0 2D 1C 42 24 38
Octal 257 267 145 4 0 55 34 102 44 70
Binary 10101111 10110111 1100101 100 0 101101 11100 1000010 100100 111000

Color Harmonies of #AFB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB765

Black with #AFB765

Text Example


Text Example

White with #AFB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB765; }

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

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

background-color css

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

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

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

border-color css

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

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

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