Html Css Color HEX #AFBA6C Olive Green

📋 copy color: '#AFBA6C'

red 175 ◦ green 186 ◦ blue 108

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

Shades of Olive Green #AFBA6C

Tints of Olive Green #AFBA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 37.31%
G = 39.66%
B = 23.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#AFBA6C (or 0xAFBA6C) is known color: Olive Green. HEX triplet: AF, BA and 6C. RGB value is (175,186,108). Sum of RGB (Red+Green+Blue) = 175+186+108=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA6C is #504593. Grayscale: #AEAEAE. Windows color (decimal): -5260692 or 7125679. OLE color: 7125679.

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

Color convert

RGB 175 186 108 -
CMYK 0.06 0 0.42 0.27
HSL 68.46º 0.36% 0.58% -
HSV(B) 68.46º 0.42% 0.73% -
XYZ 37.94 45.31 20.93 -
YUV 173.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 175 186 108 0.06 0 0.42 0.27 68.46 0.36 0.58
Hex AF BA 6C 6 0 2A 1B 44 24 3A
Octal 257 272 154 6 0 52 33 104 44 72
Binary 10101111 10111010 1101100 110 0 101010 11011 1000100 100100 111010

Color Harmonies of #AFBA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA6C

Black with #AFBA6C

Text Example


Text Example

White with #AFBA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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