Html Css Color HEX #ABB066 Olive Green

📋 copy color: '#ABB066'

red 171 ◦ green 176 ◦ blue 102

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

Shades of Olive Green #ABB066

Tints of Olive Green #ABB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 38.08%
G = 39.2%
B = 22.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#ABB066 (or 0xABB066) is known color: Olive Green. HEX triplet: AB, B0 and 66. RGB value is (171,176,102). Sum of RGB (Red+Green+Blue) = 171+176+102=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB066 is #544F99. Grayscale: #A6A6A6. Windows color (decimal): -5525402 or 6729899. OLE color: 6729899.

HSL color Cylindrical-coordinate representation of color #ABB066: hue angle of 64.05º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABB066 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 176 102 -
CMYK 0.03 0 0.42 0.31
HSL 64.05º 0.32% 0.55% -
HSV(B) 64.05º 0.42% 0.69% -
XYZ 34.72 40.67 18.59 -
YUV 166.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 171 176 102 0.03 0 0.42 0.31 64.05 0.32 0.55
Hex AB B0 66 3 0 2A 1F 40 20 37
Octal 253 260 146 3 0 52 37 100 40 67
Binary 10101011 10110000 1100110 11 0 101010 11111 1000000 100000 110111

Color Harmonies of #ABB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB066

Black with #ABB066

Text Example


Text Example

White with #ABB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB066; }

 p { color: rgb(171,176,102); }

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

background-color css

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

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

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

border-color css

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

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

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