Html Css Color HEX #ADB869 Olive Green

📋 copy color: '#ADB869'

red 173 ◦ green 184 ◦ blue 105

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

Shades of Olive Green #ADB869

Tints of Olive Green #ADB869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 37.45%
G = 39.83%
B = 22.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#ADB869 (or 0xADB869) is known color: Olive Green. HEX triplet: AD, B8 and 69. RGB value is (173,184,105). Sum of RGB (Red+Green+Blue) = 173+184+105=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB869 is #524796. Grayscale: #ACACAC. Windows color (decimal): -5392279 or 6928557. OLE color: 6928557.

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

Color convert

RGB 173 184 105 -
CMYK 0.06 0 0.43 0.28
HSL 68.35º 0.36% 0.57% -
HSV(B) 68.35º 0.43% 0.72% -
XYZ 36.92 44.19 19.95 -
YUV 171.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 173 184 105 0.06 0 0.43 0.28 68.35 0.36 0.57
Hex AD B8 69 6 0 2B 1C 44 24 39
Octal 255 270 151 6 0 53 34 104 44 71
Binary 10101101 10111000 1101001 110 0 101011 11100 1000100 100100 111001

Color Harmonies of #ADB869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB869

Black with #ADB869

Text Example


Text Example

White with #ADB869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB869; }

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

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

background-color css

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

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

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

border-color css

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

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

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