Html Css Color HEX #ADB461 Olive Green

📋 copy color: '#ADB461'

red 173 ◦ green 180 ◦ blue 97

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

Shades of Olive Green #ADB461

Tints of Olive Green #ADB461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 38.44%
G = 40%
B = 21.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#ADB461 (or 0xADB461) is known color: Olive Green. HEX triplet: AD, B4 and 61. RGB value is (173,180,97). Sum of RGB (Red+Green+Blue) = 173+180+97=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB461 is #524B9E. Grayscale: #A8A8A8. Windows color (decimal): -5393311 or 6403245. OLE color: 6403245.

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

Color convert

RGB 173 180 97 -
CMYK 0.04 0 0.46 0.29
HSL 65.06º 0.36% 0.54% -
HSV(B) 65.06º 0.46% 0.71% -
XYZ 35.71 42.39 17.61 -
YUV 168.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 173 180 97 0.04 0 0.46 0.29 65.06 0.36 0.54
Hex AD B4 61 4 0 2E 1D 41 24 36
Octal 255 264 141 4 0 56 35 101 44 66
Binary 10101101 10110100 1100001 100 0 101110 11101 1000001 100100 110110

Color Harmonies of #ADB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB461

Black with #ADB461

Text Example


Text Example

White with #ADB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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