Html Css Color HEX #ADAC6B Olive Green

📋 copy color: '#ADAC6B'

red 173 ◦ green 172 ◦ blue 107

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

Shades of Olive Green #ADAC6B

Tints of Olive Green #ADAC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 107 (42.19% from 255) = 23.67%

R = 38.27%
G = 38.05%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADAC6B (or 0xADAC6B) is known color: Olive Green. HEX triplet: AD, AC and 6B. RGB value is (173,172,107). Sum of RGB (Red+Green+Blue) = 173+172+107=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC6B is #525394. Grayscale: #A5A5A5. Windows color (decimal): -5395349 or 7056557. OLE color: 7056557.

HSL color Cylindrical-coordinate representation of color #ADAC6B: hue angle of 59.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADAC6B is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 107 -
CMYK 0 0.01 0.38 0.32
HSL 59.09º 0.29% 0.55% -
HSV(B) 59.09º 0.38% 0.68% -
XYZ 34.64 39.45 19.7 -
YUV 164.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 173 172 107 0 0.01 0.38 0.32 59.09 0.29 0.55
Hex AD AC 6B 0 1 26 20 3B 1D 37
Octal 255 254 153 0 1 46 40 73 35 67
Binary 10101101 10101100 1101011 0 1 100110 100000 111011 11101 110111

Color Harmonies of #ADAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC6B

Black with #ADAC6B

Text Example


Text Example

White with #ADAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC6B; }

 p { color: rgb(173,172,107); }

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

background-color css

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

 a { background-color: rgb(173,172,107); }

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

border-color css

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

 span { border-color: rgb(173,172,107); }

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