Html Css Color HEX #ABAB6C Olive Green

📋 copy color: '#ABAB6C'

red 171 ◦ green 171 ◦ blue 108

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

Shades of Olive Green #ABAB6C

Tints of Olive Green #ABAB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38%

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

R = 38%
G = 38%
B = 24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#ABAB6C (or 0xABAB6C) is known color: Olive Green. HEX triplet: AB, AB and 6C. RGB value is (171,171,108). Sum of RGB (Red+Green+Blue) = 171+171+108=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB6C is #545493. Grayscale: #A4A4A4. Windows color (decimal): -5526676 or 7121835. OLE color: 7121835.

HSL color Cylindrical-coordinate representation of color #ABAB6C: hue angle of 60º degrees, saturation: 0.27, 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 #ABAB6C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 108 -
CMYK 0 0 0.37 0.33
HSL 60º 0.27% 0.55% -
HSV(B) 60º 0.37% 0.67% -
XYZ 34.06 38.87 19.89 -
YUV 163.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 171 171 108 0 0 0.37 0.33 60 0.27 0.55
Hex AB AB 6C 0 0 25 21 3C 1B 37
Octal 253 253 154 0 0 45 41 74 33 67
Binary 10101011 10101011 1101100 0 0 100101 100001 111100 11011 110111

Color Harmonies of #ABAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB6C

Black with #ABAB6C

Text Example


Text Example

White with #ABAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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