Html Css Color HEX #ADAB68 Olive Green

📋 copy color: '#ADAB68'

red 173 ◦ green 171 ◦ blue 104

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

Shades of Olive Green #ADAB68

Tints of Olive Green #ADAB68

RGB

 RED value IS 173 (67.97% from 255) = 38.62%

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

 BLUE value IS 104 (41.02% from 255) = 23.21%

R = 38.62%
G = 38.17%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADAB68 (or 0xADAB68) is known color: Olive Green. HEX triplet: AD, AB and 68. RGB value is (173,171,104). Sum of RGB (Red+Green+Blue) = 173+171+104=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB68 is #525497. Grayscale: #A4A4A4. Windows color (decimal): -5395608 or 6859693. OLE color: 6859693.

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

Color convert

RGB 173 171 104 -
CMYK 0 0.01 0.40 0.32
HSL 58.26º 0.3% 0.54% -
HSV(B) 58.26º 0.4% 0.68% -
XYZ 34.3 39.01 18.82 -
YUV 163.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 173 171 104 0 0.01 0.40 0.32 58.26 0.3 0.54
Hex AD AB 68 0 1 28 20 3A 1E 36
Octal 255 253 150 0 1 50 40 72 36 66
Binary 10101101 10101011 1101000 0 1 101000 100000 111010 11110 110110

Color Harmonies of #ADAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB68

Black with #ADAB68

Text Example


Text Example

White with #ADAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB68; }

 p { color: rgb(173,171,104); }

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

background-color css

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

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

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

border-color css

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

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

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