Html Css Color HEX #ADB369 Olive Green

📋 copy color: '#ADB369'

red 173 ◦ green 179 ◦ blue 105

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

Shades of Olive Green #ADB369

Tints of Olive Green #ADB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.17%

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

R = 37.86%
G = 39.17%
B = 22.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#ADB369 (or 0xADB369) is known color: Olive Green. HEX triplet: AD, B3 and 69. RGB value is (173,179,105). Sum of RGB (Red+Green+Blue) = 173+179+105=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB369 is #524C96. Grayscale: #A9A9A9. Windows color (decimal): -5393559 or 6927277. OLE color: 6927277.

HSL color Cylindrical-coordinate representation of color #ADB369: hue angle of 64.86º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB369 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 105 -
CMYK 0.03 0 0.41 0.30
HSL 64.86º 0.33% 0.56% -
HSV(B) 64.86º 0.41% 0.7% -
XYZ 35.9 42.14 19.61 -
YUV 168.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 173 179 105 0.03 0 0.41 0.30 64.86 0.33 0.56
Hex AD B3 69 3 0 29 1E 41 21 38
Octal 255 263 151 3 0 51 36 101 41 70
Binary 10101101 10110011 1101001 11 0 101001 11110 1000001 100001 111000

Color Harmonies of #ADB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB369

Black with #ADB369

Text Example


Text Example

White with #ADB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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