Html Css Color HEX #ADB56A Olive Green

📋 copy color: '#ADB56A'

red 173 ◦ green 181 ◦ blue 106

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

Shades of Olive Green #ADB56A

Tints of Olive Green #ADB56A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

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

R = 37.61%
G = 39.35%
B = 23.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#ADB56A (or 0xADB56A) is known color: Olive Green. HEX triplet: AD, B5 and 6A. RGB value is (173,181,106). Sum of RGB (Red+Green+Blue) = 173+181+106=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB56A is #524A95. Grayscale: #AAAAAA. Windows color (decimal): -5393046 or 6993325. OLE color: 6993325.

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

Color convert

RGB 173 181 106 -
CMYK 0.04 0 0.41 0.29
HSL 66.4º 0.34% 0.56% -
HSV(B) 66.4º 0.41% 0.71% -
XYZ 36.36 42.97 20.01 -
YUV 170.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 173 181 106 0.04 0 0.41 0.29 66.4 0.34 0.56
Hex AD B5 6A 4 0 29 1D 42 22 38
Octal 255 265 152 4 0 51 35 102 42 70
Binary 10101101 10110101 1101010 100 0 101001 11101 1000010 100010 111000

Color Harmonies of #ADB56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB56A

Black with #ADB56A

Text Example


Text Example

White with #ADB56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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