Html Css Color HEX #ADB868 Olive Green

📋 copy color: '#ADB868'

red 173 ◦ green 184 ◦ blue 104

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

Shades of Olive Green #ADB868

Tints of Olive Green #ADB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

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

R = 37.53%
G = 39.91%
B = 22.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#ADB868 (or 0xADB868) is known color: Olive Green. HEX triplet: AD, B8 and 68. RGB value is (173,184,104). Sum of RGB (Red+Green+Blue) = 173+184+104=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB868 is #524797. Grayscale: #ABABAB. Windows color (decimal): -5392280 or 6863021. OLE color: 6863021.

HSL color Cylindrical-coordinate representation of color #ADB868: hue angle of 68.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB868 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 104 -
CMYK 0.06 0 0.43 0.28
HSL 68.25º 0.36% 0.56% -
HSV(B) 68.25º 0.43% 0.72% -
XYZ 36.87 44.16 19.68 -
YUV 171.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 173 184 104 0.06 0 0.43 0.28 68.25 0.36 0.56
Hex AD B8 68 6 0 2B 1C 44 24 38
Octal 255 270 150 6 0 53 34 104 44 70
Binary 10101101 10111000 1101000 110 0 101011 11100 1000100 100100 111000

Color Harmonies of #ADB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB868

Black with #ADB868

Text Example


Text Example

White with #ADB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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