Html Css Color HEX #ADB664 Olive Green

📋 copy color: '#ADB664'

red 173 ◦ green 182 ◦ blue 100

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

Shades of Olive Green #ADB664

Tints of Olive Green #ADB664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 38.02%
G = 40%
B = 21.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#ADB664 (or 0xADB664) is known color: Olive Green. HEX triplet: AD, B6 and 64. RGB value is (173,182,100). Sum of RGB (Red+Green+Blue) = 173+182+100=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB664 is #52499B. Grayscale: #AAAAAA. Windows color (decimal): -5392796 or 6600365. OLE color: 6600365.

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

Color convert

RGB 173 182 100 -
CMYK 0.05 0 0.45 0.29
HSL 66.59º 0.36% 0.55% -
HSV(B) 66.59º 0.45% 0.71% -
XYZ 36.26 43.26 18.5 -
YUV 169.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 173 182 100 0.05 0 0.45 0.29 66.59 0.36 0.55
Hex AD B6 64 5 0 2D 1D 43 24 37
Octal 255 266 144 5 0 55 35 103 44 67
Binary 10101101 10110110 1100100 101 0 101101 11101 1000011 100100 110111

Color Harmonies of #ADB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB664

Black with #ADB664

Text Example


Text Example

White with #ADB664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB664; }

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

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

background-color css

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

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

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

border-color css

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

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

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