Html Css Color HEX #AFBA6A Olive Green

📋 copy color: '#AFBA6A'

red 175 ◦ green 186 ◦ blue 106

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

Shades of Olive Green #AFBA6A

Tints of Olive Green #AFBA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 37.47%
G = 39.83%
B = 22.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#AFBA6A (or 0xAFBA6A) is known color: Olive Green. HEX triplet: AF, BA and 6A. RGB value is (175,186,106). Sum of RGB (Red+Green+Blue) = 175+186+106=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA6A is #504595. Grayscale: #ADADAD. Windows color (decimal): -5260694 or 6994607. OLE color: 6994607.

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

Color convert

RGB 175 186 106 -
CMYK 0.06 0 0.43 0.27
HSL 68.25º 0.37% 0.57% -
HSV(B) 68.25º 0.43% 0.73% -
XYZ 37.84 45.27 20.38 -
YUV 173.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 175 186 106 0.06 0 0.43 0.27 68.25 0.37 0.57
Hex AF BA 6A 6 0 2B 1B 44 25 39
Octal 257 272 152 6 0 53 33 104 45 71
Binary 10101111 10111010 1101010 110 0 101011 11011 1000100 100101 111001

Color Harmonies of #AFBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA6A

Black with #AFBA6A

Text Example


Text Example

White with #AFBA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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