Html Css Color HEX #ADB65E Olive Green

📋 copy color: '#ADB65E'

red 173 ◦ green 182 ◦ blue 94

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

Shades of Olive Green #ADB65E

Tints of Olive Green #ADB65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 38.53%
G = 40.53%
B = 20.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#ADB65E (or 0xADB65E) is known color: Olive Green. HEX triplet: AD, B6 and 5E. RGB value is (173,182,94). Sum of RGB (Red+Green+Blue) = 173+182+94=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB65E is #5249A1. Grayscale: #A9A9A9. Windows color (decimal): -5392802 or 6207149. OLE color: 6207149.

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

Color convert

RGB 173 182 94 -
CMYK 0.05 0 0.48 0.29
HSL 66.14º 0.38% 0.54% -
HSV(B) 66.14º 0.48% 0.71% -
XYZ 35.98 43.15 17.02 -
YUV 169.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 173 182 94 0.05 0 0.48 0.29 66.14 0.38 0.54
Hex AD B6 5E 5 0 30 1D 42 26 36
Octal 255 266 136 5 0 60 35 102 46 66
Binary 10101101 10110110 1011110 101 0 110000 11101 1000010 100110 110110

Color Harmonies of #ADB65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB65E

Black with #ADB65E

Text Example


Text Example

White with #ADB65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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