Html Css Color HEX #ADB469 Olive Green

📋 copy color: '#ADB469'

red 173 ◦ green 180 ◦ blue 105

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

Shades of Olive Green #ADB469

Tints of Olive Green #ADB469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 37.77%
G = 39.3%
B = 22.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#ADB469 (or 0xADB469) is known color: Olive Green. HEX triplet: AD, B4 and 69. RGB value is (173,180,105). Sum of RGB (Red+Green+Blue) = 173+180+105=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB469 is #524B96. Grayscale: #A9A9A9. Windows color (decimal): -5393303 or 6927533. OLE color: 6927533.

HSL color Cylindrical-coordinate representation of color #ADB469: hue angle of 65.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADB469 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 105 -
CMYK 0.04 0 0.42 0.29
HSL 65.6º 0.33% 0.56% -
HSV(B) 65.6º 0.42% 0.71% -
XYZ 36.1 42.55 19.67 -
YUV 169.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 173 180 105 0.04 0 0.42 0.29 65.6 0.33 0.56
Hex AD B4 69 4 0 2A 1D 42 21 38
Octal 255 264 151 4 0 52 35 102 41 70
Binary 10101101 10110100 1101001 100 0 101010 11101 1000010 100001 111000

Color Harmonies of #ADB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB469

Black with #ADB469

Text Example


Text Example

White with #ADB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB469; }

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

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

background-color css

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

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

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

border-color css

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

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

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