Html Css Color HEX #ABAC6A Olive Green

📋 copy color: '#ABAC6A'

red 171 ◦ green 172 ◦ blue 106

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

Shades of Olive Green #ABAC6A

Tints of Olive Green #ABAC6A

RGB

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

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

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

R = 38.08%
G = 38.31%
B = 23.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#ABAC6A (or 0xABAC6A) is known color: Olive Green. HEX triplet: AB, AC and 6A. RGB value is (171,172,106). Sum of RGB (Red+Green+Blue) = 171+172+106=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC6A is #545395. Grayscale: #A4A4A4. Windows color (decimal): -5526422 or 6991019. OLE color: 6991019.

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

Color convert

RGB 171 172 106 -
CMYK 0.01 0 0.38 0.33
HSL 60.91º 0.28% 0.55% -
HSV(B) 60.91º 0.38% 0.67% -
XYZ 34.15 39.2 19.4 -
YUV 164.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 171 172 106 0.01 0 0.38 0.33 60.91 0.28 0.55
Hex AB AC 6A 1 0 26 21 3D 1C 37
Octal 253 254 152 1 0 46 41 75 34 67
Binary 10101011 10101100 1101010 1 0 100110 100001 111101 11100 110111

Color Harmonies of #ABAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC6A

Black with #ABAC6A

Text Example


Text Example

White with #ABAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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