Html Css Color HEX #ABAB69 Olive Green

📋 copy color: '#ABAB69'

red 171 ◦ green 171 ◦ blue 105

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

Shades of Olive Green #ABAB69

Tints of Olive Green #ABAB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.49%

R = 38.26%
G = 38.26%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABAB69 (or 0xABAB69) is known color: Olive Green. HEX triplet: AB, AB and 69. RGB value is (171,171,105). Sum of RGB (Red+Green+Blue) = 171+171+105=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB69 is #545496. Grayscale: #A3A3A3. Windows color (decimal): -5526679 or 6925227. OLE color: 6925227.

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

Color convert

RGB 171 171 105 -
CMYK 0 0 0.39 0.33
HSL 60º 0.28% 0.54% -
HSV(B) 60º 0.39% 0.67% -
XYZ 33.91 38.8 19.07 -
YUV 163.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 171 171 105 0 0 0.39 0.33 60 0.28 0.54
Hex AB AB 69 0 0 27 21 3C 1C 36
Octal 253 253 151 0 0 47 41 74 34 66
Binary 10101011 10101011 1101001 0 0 100111 100001 111100 11100 110110

Color Harmonies of #ABAB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB69

Black with #ABAB69

Text Example


Text Example

White with #ABAB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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