Html Css Color HEX #5A7823 Dark Olive Green

📋 copy color: '#5A7823'

red 90 ◦ green 120 ◦ blue 35

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

Shades of Dark Olive Green #5A7823

Tints of Dark Olive Green #5A7823

RGB

 RED value IS 90 (35.55% from 255) = 36.73%

 GREEN value IS 120 (47.27% from 255) = 48.98%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 36.73%
G = 48.98%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#5A7823 (or 0x5A7823) is known color: Dark Olive Green. HEX triplet: 5A, 78 and 23. RGB value is (90,120,35). Sum of RGB (Red+Green+Blue) = 90+120+35=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7823 is #A587DC. Grayscale: #656565. Windows color (decimal): -10848221 or 2324570. OLE color: 2324570.

HSL color Cylindrical-coordinate representation of color #5A7823: hue angle of 81.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A7823 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 120 35 -
CMYK 0.25 0 0.71 0.53
HSL 81.18º 0.55% 0.3% -
HSV(B) 81.18º 0.71% 0.47% -
XYZ 11.24 15.73 4.03 -
YUV 101.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 90 120 35 0.25 0 0.71 0.53 81.18 0.55 0.3
Hex 5A 78 23 19 0 47 35 51 37 1E
Octal 132 170 43 31 0 107 65 121 67 36
Binary 1011010 1111000 100011 11001 0 1000111 110101 1010001 110111 11110

Color Harmonies of #5A7823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7823

Black with #5A7823

Text Example


Text Example

White with #5A7823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7823; }

 p { color: rgb(90,120,35); }

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

background-color css

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

 a { background-color: rgb(90,120,35); }

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

border-color css

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

 span { border-color: rgb(90,120,35); }

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