Html Css Color HEX #ADB861 Olive Green

📋 copy color: '#ADB861'

red 173 ◦ green 184 ◦ blue 97

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

Shades of Olive Green #ADB861

Tints of Olive Green #ADB861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.37%

R = 38.11%
G = 40.53%
B = 21.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#ADB861 (or 0xADB861) is known color: Olive Green. HEX triplet: AD, B8 and 61. RGB value is (173,184,97). Sum of RGB (Red+Green+Blue) = 173+184+97=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB861 is #52479E. Grayscale: #ABABAB. Windows color (decimal): -5392287 or 6404269. OLE color: 6404269.

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

Color convert

RGB 173 184 97 -
CMYK 0.06 0 0.47 0.28
HSL 67.59º 0.38% 0.55% -
HSV(B) 67.59º 0.47% 0.72% -
XYZ 36.53 44.03 17.88 -
YUV 170.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 173 184 97 0.06 0 0.47 0.28 67.59 0.38 0.55
Hex AD B8 61 6 0 2F 1C 44 26 37
Octal 255 270 141 6 0 57 34 104 46 67
Binary 10101101 10111000 1100001 110 0 101111 11100 1000100 100110 110111

Color Harmonies of #ADB861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB861

Black with #ADB861

Text Example


Text Example

White with #ADB861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB861; }

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

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

background-color css

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

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

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

border-color css

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

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

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