Html Css Color HEX #ADB468 Olive Green

📋 copy color: '#ADB468'

red 173 ◦ green 180 ◦ blue 104

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

Shades of Olive Green #ADB468

Tints of Olive Green #ADB468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 37.86%
G = 39.39%
B = 22.76%

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

#ADB468 (or 0xADB468) is known color: Olive Green. HEX triplet: AD, B4 and 68. RGB value is (173,180,104). Sum of RGB (Red+Green+Blue) = 173+180+104=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB468 is #524B97. Grayscale: #A9A9A9. Windows color (decimal): -5393304 or 6861997. OLE color: 6861997.

HSL color Cylindrical-coordinate representation of color #ADB468: hue angle of 65.53º degrees, saturation: 0.34, 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 #ADB468 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 104 -
CMYK 0.04 0 0.42 0.29
HSL 65.53º 0.34% 0.56% -
HSV(B) 65.53º 0.42% 0.71% -
XYZ 36.05 42.53 19.4 -
YUV 169.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 173 180 104 0.04 0 0.42 0.29 65.53 0.34 0.56
Hex AD B4 68 4 0 2A 1D 42 22 38
Octal 255 264 150 4 0 52 35 102 42 70
Binary 10101101 10110100 1101000 100 0 101010 11101 1000010 100010 111000

Color Harmonies of #ADB468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB468

Black with #ADB468

Text Example


Text Example

White with #ADB468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB468; }

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

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

background-color css

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

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

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

border-color css

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

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

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