Html Css Color HEX #ADB061 Olive Green

📋 copy color: '#ADB061'

red 173 ◦ green 176 ◦ blue 97

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

Shades of Olive Green #ADB061

Tints of Olive Green #ADB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.46%

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

R = 38.79%
G = 39.46%
B = 21.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#ADB061 (or 0xADB061) is known color: Olive Green. HEX triplet: AD, B0 and 61. RGB value is (173,176,97). Sum of RGB (Red+Green+Blue) = 173+176+97=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB061 is #524F9E. Grayscale: #A6A6A6. Windows color (decimal): -5394335 or 6402221. OLE color: 6402221.

HSL color Cylindrical-coordinate representation of color #ADB061: hue angle of 62.28º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB061 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 97 -
CMYK 0.02 0 0.45 0.31
HSL 62.28º 0.33% 0.54% -
HSV(B) 62.28º 0.45% 0.69% -
XYZ 34.92 40.8 17.34 -
YUV 166.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 173 176 97 0.02 0 0.45 0.31 62.28 0.33 0.54
Hex AD B0 61 2 0 2D 1F 3E 21 36
Octal 255 260 141 2 0 55 37 76 41 66
Binary 10101101 10110000 1100001 10 0 101101 11111 111110 100001 110110

Color Harmonies of #ADB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB061

Black with #ADB061

Text Example


Text Example

White with #ADB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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