Html Css Color HEX #ABAE6D Olive Green

📋 copy color: '#ABAE6D'

red 171 ◦ green 174 ◦ blue 109

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

Shades of Olive Green #ABAE6D

Tints of Olive Green #ABAE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 37.67%
G = 38.33%
B = 24.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#ABAE6D (or 0xABAE6D) is known color: Olive Green. HEX triplet: AB, AE and 6D. RGB value is (171,174,109). Sum of RGB (Red+Green+Blue) = 171+174+109=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE6D is #545192. Grayscale: #A5A5A5. Windows color (decimal): -5525907 or 7188139. OLE color: 7188139.

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

Color convert

RGB 171 174 109 -
CMYK 0.02 0 0.37 0.32
HSL 62.77º 0.29% 0.55% -
HSV(B) 62.77º 0.37% 0.68% -
XYZ 34.69 40.03 20.37 -
YUV 165.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 171 174 109 0.02 0 0.37 0.32 62.77 0.29 0.55
Hex AB AE 6D 2 0 25 20 3F 1D 37
Octal 253 256 155 2 0 45 40 77 35 67
Binary 10101011 10101110 1101101 10 0 100101 100000 111111 11101 110111

Color Harmonies of #ABAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE6D

Black with #ABAE6D

Text Example


Text Example

White with #ABAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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