Html Css Color HEX #ADAE68 Olive Green

📋 copy color: '#ADAE68'

red 173 ◦ green 174 ◦ blue 104

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

Shades of Olive Green #ADAE68

Tints of Olive Green #ADAE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.58%

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

R = 38.36%
G = 38.58%
B = 23.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADAE68 (or 0xADAE68) is known color: Olive Green. HEX triplet: AD, AE and 68. RGB value is (173,174,104). Sum of RGB (Red+Green+Blue) = 173+174+104=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE68 is #525197. Grayscale: #A6A6A6. Windows color (decimal): -5394840 or 6860461. OLE color: 6860461.

HSL color Cylindrical-coordinate representation of color #ADAE68: hue angle of 60.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADAE68 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 104 -
CMYK 0.01 0 0.40 0.32
HSL 60.86º 0.3% 0.55% -
HSV(B) 60.86º 0.4% 0.68% -
XYZ 34.87 40.16 19.01 -
YUV 165.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 173 174 104 0.01 0 0.40 0.32 60.86 0.3 0.55
Hex AD AE 68 1 0 28 20 3D 1E 37
Octal 255 256 150 1 0 50 40 75 36 67
Binary 10101101 10101110 1101000 1 0 101000 100000 111101 11110 110111

Color Harmonies of #ADAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE68

Black with #ADAE68

Text Example


Text Example

White with #ADAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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