Html Css Color HEX #ABAE6C Olive Green

📋 copy color: '#ABAE6C'

red 171 ◦ green 174 ◦ blue 108

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

Shades of Olive Green #ABAE6C

Tints of Olive Green #ABAE6C

RGB

 RED value IS 171 (67.19% from 255) = 37.75%

 GREEN value IS 174 (68.36% from 255) = 38.41%

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

R = 37.75%
G = 38.41%
B = 23.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ABAE6C (or 0xABAE6C) is known color: Olive Green. HEX triplet: AB, AE and 6C. RGB value is (171,174,108). Sum of RGB (Red+Green+Blue) = 171+174+108=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE6C is #545193. Grayscale: #A5A5A5. Windows color (decimal): -5525908 or 7122603. OLE color: 7122603.

HSL color Cylindrical-coordinate representation of color #ABAE6C: hue angle of 62.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABAE6C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 108 -
CMYK 0.02 0 0.38 0.32
HSL 62.73º 0.29% 0.55% -
HSV(B) 62.73º 0.38% 0.68% -
XYZ 34.64 40.01 20.09 -
YUV 165.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 171 174 108 0.02 0 0.38 0.32 62.73 0.29 0.55
Hex AB AE 6C 2 0 26 20 3F 1D 37
Octal 253 256 154 2 0 46 40 77 35 67
Binary 10101011 10101110 1101100 10 0 100110 100000 111111 11101 110111

Color Harmonies of #ABAE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE6C

Black with #ABAE6C

Text Example


Text Example

White with #ABAE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE6C; }

 p { color: rgb(171,174,108); }

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

background-color css

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

 a { background-color: rgb(171,174,108); }

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

border-color css

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

 span { border-color: rgb(171,174,108); }

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