Html Css Color HEX #ADB168 Olive Green

📋 copy color: '#ADB168'

red 173 ◦ green 177 ◦ blue 104

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

Shades of Olive Green #ADB168

Tints of Olive Green #ADB168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

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

R = 38.11%
G = 38.99%
B = 22.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#ADB168 (or 0xADB168) is known color: Olive Green. HEX triplet: AD, B1 and 68. RGB value is (173,177,104). Sum of RGB (Red+Green+Blue) = 173+177+104=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB168 is #524E97. Grayscale: #A7A7A7. Windows color (decimal): -5394072 or 6861229. OLE color: 6861229.

HSL color Cylindrical-coordinate representation of color #ADB168: hue angle of 63.29º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB168 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 104 -
CMYK 0.02 0 0.41 0.31
HSL 63.29º 0.32% 0.55% -
HSV(B) 63.29º 0.41% 0.69% -
XYZ 35.45 41.33 19.21 -
YUV 167.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 173 177 104 0.02 0 0.41 0.31 63.29 0.32 0.55
Hex AD B1 68 2 0 29 1F 3F 20 37
Octal 255 261 150 2 0 51 37 77 40 67
Binary 10101101 10110001 1101000 10 0 101001 11111 111111 100000 110111

Color Harmonies of #ADB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB168

Black with #ADB168

Text Example


Text Example

White with #ADB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB168; }

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

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

background-color css

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

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

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

border-color css

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

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

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