Html Css Color HEX #ABAE69 Olive Green

📋 copy color: '#ABAE69'

red 171 ◦ green 174 ◦ blue 105

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

Shades of Olive Green #ABAE69

Tints of Olive Green #ABAE69

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.67%

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

R = 38%
G = 38.67%
B = 23.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ABAE69 (or 0xABAE69) is known color: Olive Green. HEX triplet: AB, AE and 69. RGB value is (171,174,105). Sum of RGB (Red+Green+Blue) = 171+174+105=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE69 is #545196. Grayscale: #A5A5A5. Windows color (decimal): -5525911 or 6925995. OLE color: 6925995.

HSL color Cylindrical-coordinate representation of color #ABAE69: hue angle of 62.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABAE69 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 105 -
CMYK 0.02 0 0.40 0.32
HSL 62.61º 0.3% 0.55% -
HSV(B) 62.61º 0.4% 0.68% -
XYZ 34.48 39.95 19.26 -
YUV 165.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 171 174 105 0.02 0 0.40 0.32 62.61 0.3 0.55
Hex AB AE 69 2 0 28 20 3F 1E 37
Octal 253 256 151 2 0 50 40 77 36 67
Binary 10101011 10101110 1101001 10 0 101000 100000 111111 11110 110111

Color Harmonies of #ABAE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE69

Black with #ABAE69

Text Example


Text Example

White with #ABAE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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