Html Css Color HEX #ADB75E Olive Green

📋 copy color: '#ADB75E'

red 173 ◦ green 183 ◦ blue 94

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

Shades of Olive Green #ADB75E

Tints of Olive Green #ADB75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 38.44%
G = 40.67%
B = 20.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#ADB75E (or 0xADB75E) is known color: Olive Green. HEX triplet: AD, B7 and 5E. RGB value is (173,183,94). Sum of RGB (Red+Green+Blue) = 173+183+94=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB75E is #5248A1. Grayscale: #AAAAAA. Windows color (decimal): -5392546 or 6207405. OLE color: 6207405.

HSL color Cylindrical-coordinate representation of color #ADB75E: hue angle of 66.74º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB75E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 94 -
CMYK 0.05 0 0.49 0.28
HSL 66.74º 0.38% 0.54% -
HSV(B) 66.74º 0.49% 0.72% -
XYZ 36.19 43.56 17.09 -
YUV 169.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 173 183 94 0.05 0 0.49 0.28 66.74 0.38 0.54
Hex AD B7 5E 5 0 31 1C 43 26 36
Octal 255 267 136 5 0 61 34 103 46 66
Binary 10101101 10110111 1011110 101 0 110001 11100 1000011 100110 110110

Color Harmonies of #ADB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB75E

Black with #ADB75E

Text Example


Text Example

White with #ADB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB75E; }

 p { color: rgb(173,183,94); }

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

background-color css

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

 a { background-color: rgb(173,183,94); }

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

border-color css

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

 span { border-color: rgb(173,183,94); }

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