Html Css Color HEX #ADB36A Olive Green

📋 copy color: '#ADB36A'

red 173 ◦ green 179 ◦ blue 106

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

Shades of Olive Green #ADB36A

Tints of Olive Green #ADB36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 37.77%
G = 39.08%
B = 23.14%

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

#ADB36A (or 0xADB36A) is known color: Olive Green. HEX triplet: AD, B3 and 6A. RGB value is (173,179,106). Sum of RGB (Red+Green+Blue) = 173+179+106=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB36A is #524C95. Grayscale: #A9A9A9. Windows color (decimal): -5393558 or 6992813. OLE color: 6992813.

HSL color Cylindrical-coordinate representation of color #ADB36A: hue angle of 64.93º degrees, saturation: 0.32, 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 #ADB36A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 106 -
CMYK 0.03 0 0.41 0.30
HSL 64.93º 0.32% 0.56% -
HSV(B) 64.93º 0.41% 0.7% -
XYZ 35.96 42.17 19.88 -
YUV 168.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 173 179 106 0.03 0 0.41 0.30 64.93 0.32 0.56
Hex AD B3 6A 3 0 29 1E 41 20 38
Octal 255 263 152 3 0 51 36 101 40 70
Binary 10101101 10110011 1101010 11 0 101001 11110 1000001 100000 111000

Color Harmonies of #ADB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB36A

Black with #ADB36A

Text Example


Text Example

White with #ADB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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