Html Css Color HEX #ADB165 Olive Green

📋 copy color: '#ADB165'

red 173 ◦ green 177 ◦ blue 101

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

Shades of Olive Green #ADB165

Tints of Olive Green #ADB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.25%

 BLUE value IS 101 (39.84% from 255) = 22.39%

R = 38.36%
G = 39.25%
B = 22.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#ADB165 (or 0xADB165) is known color: Olive Green. HEX triplet: AD, B1 and 65. RGB value is (173,177,101). Sum of RGB (Red+Green+Blue) = 173+177+101=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB165 is #524E9A. Grayscale: #A7A7A7. Windows color (decimal): -5394075 or 6664621. OLE color: 6664621.

HSL color Cylindrical-coordinate representation of color #ADB165: hue angle of 63.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB165 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 101 -
CMYK 0.02 0 0.43 0.31
HSL 63.16º 0.33% 0.55% -
HSV(B) 63.16º 0.43% 0.69% -
XYZ 35.3 41.27 18.42 -
YUV 167.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 173 177 101 0.02 0 0.43 0.31 63.16 0.33 0.55
Hex AD B1 65 2 0 2B 1F 3F 21 37
Octal 255 261 145 2 0 53 37 77 41 67
Binary 10101101 10110001 1100101 10 0 101011 11111 111111 100001 110111

Color Harmonies of #ADB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB165

Black with #ADB165

Text Example


Text Example

White with #ADB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB165; }

 p { color: rgb(173,177,101); }

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

background-color css

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

 a { background-color: rgb(173,177,101); }

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

border-color css

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

 span { border-color: rgb(173,177,101); }

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