Html Css Color HEX #ADB762 Olive Green

📋 copy color: '#ADB762'

red 173 ◦ green 183 ◦ blue 98

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

Shades of Olive Green #ADB762

Tints of Olive Green #ADB762

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

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

R = 38.11%
G = 40.31%
B = 21.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#ADB762 (or 0xADB762) is known color: Olive Green. HEX triplet: AD, B7 and 62. RGB value is (173,183,98). Sum of RGB (Red+Green+Blue) = 173+183+98=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB762 is #52489D. Grayscale: #AAAAAA. Windows color (decimal): -5392542 or 6469549. OLE color: 6469549.

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

Color convert

RGB 173 183 98 -
CMYK 0.05 0 0.46 0.28
HSL 67.06º 0.37% 0.55% -
HSV(B) 67.06º 0.46% 0.72% -
XYZ 36.37 43.63 18.06 -
YUV 170.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 173 183 98 0.05 0 0.46 0.28 67.06 0.37 0.55
Hex AD B7 62 5 0 2E 1C 43 25 37
Octal 255 267 142 5 0 56 34 103 45 67
Binary 10101101 10110111 1100010 101 0 101110 11100 1000011 100101 110111

Color Harmonies of #ADB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB762

Black with #ADB762

Text Example


Text Example

White with #ADB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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