Html Css Color HEX #ADB865 Olive Green

📋 copy color: '#ADB865'

red 173 ◦ green 184 ◦ blue 101

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

Shades of Olive Green #ADB865

Tints of Olive Green #ADB865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

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

R = 37.77%
G = 40.17%
B = 22.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#ADB865 (or 0xADB865) is known color: Olive Green. HEX triplet: AD, B8 and 65. RGB value is (173,184,101). Sum of RGB (Red+Green+Blue) = 173+184+101=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB865 is #52479A. Grayscale: #ABABAB. Windows color (decimal): -5392283 or 6666413. OLE color: 6666413.

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

Color convert

RGB 173 184 101 -
CMYK 0.06 0 0.45 0.28
HSL 67.95º 0.37% 0.56% -
HSV(B) 67.95º 0.45% 0.72% -
XYZ 36.72 44.1 18.89 -
YUV 171.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 173 184 101 0.06 0 0.45 0.28 67.95 0.37 0.56
Hex AD B8 65 6 0 2D 1C 44 25 38
Octal 255 270 145 6 0 55 34 104 45 70
Binary 10101101 10111000 1100101 110 0 101101 11100 1000100 100101 111000

Color Harmonies of #ADB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB865

Black with #ADB865

Text Example


Text Example

White with #ADB865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB865; }

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

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

background-color css

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

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

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

border-color css

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

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

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