Html Css Color HEX #ADB062 Olive Green

📋 copy color: '#ADB062'

red 173 ◦ green 176 ◦ blue 98

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

Shades of Olive Green #ADB062

Tints of Olive Green #ADB062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 38.7%
G = 39.37%
B = 21.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#ADB062 (or 0xADB062) is known color: Olive Green. HEX triplet: AD, B0 and 62. RGB value is (173,176,98). Sum of RGB (Red+Green+Blue) = 173+176+98=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB062 is #524F9D. Grayscale: #A6A6A6. Windows color (decimal): -5394334 or 6467757. OLE color: 6467757.

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

Color convert

RGB 173 176 98 -
CMYK 0.02 0 0.44 0.31
HSL 62.31º 0.33% 0.54% -
HSV(B) 62.31º 0.44% 0.69% -
XYZ 34.96 40.82 17.59 -
YUV 166.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 173 176 98 0.02 0 0.44 0.31 62.31 0.33 0.54
Hex AD B0 62 2 0 2C 1F 3E 21 36
Octal 255 260 142 2 0 54 37 76 41 66
Binary 10101101 10110000 1100010 10 0 101100 11111 111110 100001 110110

Color Harmonies of #ADB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB062

Black with #ADB062

Text Example


Text Example

White with #ADB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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