Html Css Color HEX #ADB662 Olive Green

📋 copy color: '#ADB662'

red 173 ◦ green 182 ◦ blue 98

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

Shades of Olive Green #ADB662

Tints of Olive Green #ADB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

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

R = 38.19%
G = 40.18%
B = 21.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#ADB662 (or 0xADB662) is known color: Olive Green. HEX triplet: AD, B6 and 62. RGB value is (173,182,98). Sum of RGB (Red+Green+Blue) = 173+182+98=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB662 is #52499D. Grayscale: #AAAAAA. Windows color (decimal): -5392798 or 6469293. OLE color: 6469293.

HSL color Cylindrical-coordinate representation of color #ADB662: hue angle of 66.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB662 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 98 -
CMYK 0.05 0 0.46 0.29
HSL 66.43º 0.37% 0.55% -
HSV(B) 66.43º 0.46% 0.71% -
XYZ 36.17 43.22 17.99 -
YUV 169.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 173 182 98 0.05 0 0.46 0.29 66.43 0.37 0.55
Hex AD B6 62 5 0 2E 1D 42 25 37
Octal 255 266 142 5 0 56 35 102 45 67
Binary 10101101 10110110 1100010 101 0 101110 11101 1000010 100101 110111

Color Harmonies of #ADB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB662

Black with #ADB662

Text Example


Text Example

White with #ADB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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