Html Css Color HEX #ABAB65 Olive Green

📋 copy color: '#ABAB65'

red 171 ◦ green 171 ◦ blue 101

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

Shades of Olive Green #ABAB65

Tints of Olive Green #ABAB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 38.6%
G = 38.6%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#ABAB65 (or 0xABAB65) is known color: Olive Green. HEX triplet: AB, AB and 65. RGB value is (171,171,101). Sum of RGB (Red+Green+Blue) = 171+171+101=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB65 is #54549A. Grayscale: #A3A3A3. Windows color (decimal): -5526683 or 6663083. OLE color: 6663083.

HSL color Cylindrical-coordinate representation of color #ABAB65: hue angle of 60º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABAB65 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 101 -
CMYK 0 0 0.41 0.33
HSL 60º 0.29% 0.53% -
HSV(B) 60º 0.41% 0.67% -
XYZ 33.71 38.72 18.01 -
YUV 163.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 171 171 101 0 0 0.41 0.33 60 0.29 0.53
Hex AB AB 65 0 0 29 21 3C 1D 35
Octal 253 253 145 0 0 51 41 74 35 65
Binary 10101011 10101011 1100101 0 0 101001 100001 111100 11101 110101

Color Harmonies of #ABAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB65

Black with #ABAB65

Text Example


Text Example

White with #ABAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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