Html Css Color HEX #ADB568 Olive Green

📋 copy color: '#ADB568'

red 173 ◦ green 181 ◦ blue 104

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

Shades of Olive Green #ADB568

Tints of Olive Green #ADB568

RGB

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

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

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

R = 37.77%
G = 39.52%
B = 22.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#ADB568 (or 0xADB568) is known color: Olive Green. HEX triplet: AD, B5 and 68. RGB value is (173,181,104). Sum of RGB (Red+Green+Blue) = 173+181+104=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB568 is #524A97. Grayscale: #AAAAAA. Windows color (decimal): -5393048 or 6862253. OLE color: 6862253.

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

Color convert

RGB 173 181 104 -
CMYK 0.04 0 0.43 0.29
HSL 66.23º 0.34% 0.56% -
HSV(B) 66.23º 0.43% 0.71% -
XYZ 36.26 42.93 19.47 -
YUV 169.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 173 181 104 0.04 0 0.43 0.29 66.23 0.34 0.56
Hex AD B5 68 4 0 2B 1D 42 22 38
Octal 255 265 150 4 0 53 35 102 42 70
Binary 10101101 10110101 1101000 100 0 101011 11101 1000010 100010 111000

Color Harmonies of #ADB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB568

Black with #ADB568

Text Example


Text Example

White with #ADB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB568; }

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

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

background-color css

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

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

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

border-color css

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

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

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