Html Css Color HEX #ABAC6D Olive Green

📋 copy color: '#ABAC6D'

red 171 ◦ green 172 ◦ blue 109

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

Shades of Olive Green #ABAC6D

Tints of Olive Green #ABAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

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

R = 37.83%
G = 38.05%
B = 24.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#ABAC6D (or 0xABAC6D) is known color: Olive Green. HEX triplet: AB, AC and 6D. RGB value is (171,172,109). Sum of RGB (Red+Green+Blue) = 171+172+109=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC6D is #545392. Grayscale: #A4A4A4. Windows color (decimal): -5526419 or 7187627. OLE color: 7187627.

HSL color Cylindrical-coordinate representation of color #ABAC6D: hue angle of 60.95º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABAC6D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 109 -
CMYK 0.01 0 0.37 0.33
HSL 60.95º 0.28% 0.55% -
HSV(B) 60.95º 0.37% 0.67% -
XYZ 34.31 39.27 20.24 -
YUV 164.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 171 172 109 0.01 0 0.37 0.33 60.95 0.28 0.55
Hex AB AC 6D 1 0 25 21 3D 1C 37
Octal 253 254 155 1 0 45 41 75 34 67
Binary 10101011 10101100 1101101 1 0 100101 100001 111101 11100 110111

Color Harmonies of #ABAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC6D

Black with #ABAC6D

Text Example


Text Example

White with #ABAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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