Html Css Color HEX #ADAE4D Olive Green

📋 copy color: '#ADAE4D'

red 173 ◦ green 174 ◦ blue 77

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

Shades of Olive Green #ADAE4D

Tints of Olive Green #ADAE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.16%

R = 40.8%
G = 41.04%
B = 18.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#ADAE4D (or 0xADAE4D) is known color: Olive Green. HEX triplet: AD, AE and 4D. RGB value is (173,174,77). Sum of RGB (Red+Green+Blue) = 173+174+77=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE4D is #5251B2. Grayscale: #A3A3A3. Windows color (decimal): -5394867 or 5090989. OLE color: 5090989.

HSL color Cylindrical-coordinate representation of color #ADAE4D: hue angle of 60.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADAE4D is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 77 -
CMYK 0.01 0 0.56 0.32
HSL 60.62º 0.39% 0.49% -
HSV(B) 60.62º 0.56% 0.68% -
XYZ 33.71 39.69 12.91 -
YUV 162.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 173 174 77 0.01 0 0.56 0.32 60.62 0.39 0.49
Hex AD AE 4D 1 0 38 20 3D 27 31
Octal 255 256 115 1 0 70 40 75 47 61
Binary 10101101 10101110 1001101 1 0 111000 100000 111101 100111 110001

Color Harmonies of #ADAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE4D

Black with #ADAE4D

Text Example


Text Example

White with #ADAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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