Html Css Color HEX #ABAB6B Olive Green

📋 copy color: '#ABAB6B'

red 171 ◦ green 171 ◦ blue 107

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

Shades of Olive Green #ABAB6B

Tints of Olive Green #ABAB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.83%

R = 38.08%
G = 38.08%
B = 23.83%

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

#ABAB6B (or 0xABAB6B) is known color: Olive Green. HEX triplet: AB, AB and 6B. RGB value is (171,171,107). Sum of RGB (Red+Green+Blue) = 171+171+107=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB6B is #545494. Grayscale: #A3A3A3. Windows color (decimal): -5526677 or 7056299. OLE color: 7056299.

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

Color convert

RGB 171 171 107 -
CMYK 0 0 0.37 0.33
HSL 60º 0.28% 0.55% -
HSV(B) 60º 0.37% 0.67% -
XYZ 34.01 38.85 19.62 -
YUV 163.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 171 171 107 0 0 0.37 0.33 60 0.28 0.55
Hex AB AB 6B 0 0 25 21 3C 1C 37
Octal 253 253 153 0 0 45 41 74 34 67
Binary 10101011 10101011 1101011 0 0 100101 100001 111100 11100 110111

Color Harmonies of #ABAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB6B

Black with #ABAB6B

Text Example


Text Example

White with #ABAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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