Html Css Color HEX #AFBA68 Olive Green

📋 copy color: '#AFBA68'

red 175 ◦ green 186 ◦ blue 104

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

Shades of Olive Green #AFBA68

Tints of Olive Green #AFBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40%

 BLUE value IS 104 (41.02% from 255) = 22.37%

R = 37.63%
G = 40%
B = 22.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#AFBA68 (or 0xAFBA68) is known color: Olive Green. HEX triplet: AF, BA and 68. RGB value is (175,186,104). Sum of RGB (Red+Green+Blue) = 175+186+104=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA68 is #504597. Grayscale: #ADADAD. Windows color (decimal): -5260696 or 6863535. OLE color: 6863535.

HSL color Cylindrical-coordinate representation of color #AFBA68: hue angle of 68.05º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFBA68 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 104 -
CMYK 0.06 0 0.44 0.27
HSL 68.05º 0.37% 0.57% -
HSV(B) 68.05º 0.44% 0.73% -
XYZ 37.74 45.23 19.84 -
YUV 173.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 175 186 104 0.06 0 0.44 0.27 68.05 0.37 0.57
Hex AF BA 68 6 0 2C 1B 44 25 39
Octal 257 272 150 6 0 54 33 104 45 71
Binary 10101111 10111010 1101000 110 0 101100 11011 1000100 100101 111001

Color Harmonies of #AFBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA68

Black with #AFBA68

Text Example


Text Example

White with #AFBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA68; }

 p { color: rgb(175,186,104); }

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

background-color css

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

 a { background-color: rgb(175,186,104); }

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

border-color css

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

 span { border-color: rgb(175,186,104); }

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