Html Css Color HEX #ABA758 Olive Green

📋 copy color: '#ABA758'

red 171 ◦ green 167 ◦ blue 88

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

Shades of Olive Green #ABA758

Tints of Olive Green #ABA758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 88 (34.77% from 255) = 20.66%

R = 40.14%
G = 39.2%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA758 (or 0xABA758) is known color: Olive Green. HEX triplet: AB, A7 and 58. RGB value is (171,167,88). Sum of RGB (Red+Green+Blue) = 171+167+88=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA758 is #5458A7. Grayscale: #9F9F9F. Windows color (decimal): -5527720 or 5810091. OLE color: 5810091.

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

Color convert

RGB 171 167 88 -
CMYK 0 0.02 0.49 0.33
HSL 57.11º 0.33% 0.51% -
HSV(B) 57.11º 0.49% 0.67% -
XYZ 32.37 37 14.67 -
YUV 159.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 171 167 88 0 0.02 0.49 0.33 57.11 0.33 0.51
Hex AB A7 58 0 2 31 21 39 21 33
Octal 253 247 130 0 2 61 41 71 41 63
Binary 10101011 10100111 1011000 0 10 110001 100001 111001 100001 110011

Color Harmonies of #ABA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA758

Black with #ABA758

Text Example


Text Example

White with #ABA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA758; }

 p { color: rgb(171,167,88); }

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

background-color css

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

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

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

border-color css

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

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

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