Html Css Color HEX #ADB966 Olive Green

📋 copy color: '#ADB966'

red 173 ◦ green 185 ◦ blue 102

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

Shades of Olive Green #ADB966

Tints of Olive Green #ADB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.22%

 BLUE value IS 102 (40.23% from 255) = 22.17%

R = 37.61%
G = 40.22%
B = 22.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#ADB966 (or 0xADB966) is known color: Olive Green. HEX triplet: AD, B9 and 66. RGB value is (173,185,102). Sum of RGB (Red+Green+Blue) = 173+185+102=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB966 is #524699. Grayscale: #ACACAC. Windows color (decimal): -5392026 or 6732205. OLE color: 6732205.

HSL color Cylindrical-coordinate representation of color #ADB966: hue angle of 68.67º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB966 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 102 -
CMYK 0.06 0 0.45 0.27
HSL 68.67º 0.37% 0.56% -
HSV(B) 68.67º 0.45% 0.73% -
XYZ 36.98 44.54 19.22 -
YUV 171.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 173 185 102 0.06 0 0.45 0.27 68.67 0.37 0.56
Hex AD B9 66 6 0 2D 1B 45 25 38
Octal 255 271 146 6 0 55 33 105 45 70
Binary 10101101 10111001 1100110 110 0 101101 11011 1000101 100101 111000

Color Harmonies of #ADB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB966

Black with #ADB966

Text Example


Text Example

White with #ADB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB966; }

 p { color: rgb(173,185,102); }

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

background-color css

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

 a { background-color: rgb(173,185,102); }

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

border-color css

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

 span { border-color: rgb(173,185,102); }

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