Html Css Color HEX #5A7C26 Dark Olive Green

📋 copy color: '#5A7C26'

red 90 ◦ green 124 ◦ blue 38

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

Shades of Dark Olive Green #5A7C26

Tints of Dark Olive Green #5A7C26

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.21%

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 35.71%
G = 49.21%
B = 15.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#5A7C26 (or 0x5A7C26) is known color: Dark Olive Green. HEX triplet: 5A, 7C and 26. RGB value is (90,124,38). Sum of RGB (Red+Green+Blue) = 90+124+38=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7C26 is #A583D9. Grayscale: #686868. Windows color (decimal): -10847194 or 2522202. OLE color: 2522202.

HSL color Cylindrical-coordinate representation of color #5A7C26: hue angle of 83.72º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A7C26 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 124 38 -
CMYK 0.27 0 0.69 0.51
HSL 83.72º 0.53% 0.32% -
HSV(B) 83.72º 0.69% 0.49% -
XYZ 11.77 16.73 4.44 -
YUV 104.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 90 124 38 0.27 0 0.69 0.51 83.72 0.53 0.32
Hex 5A 7C 26 1B 0 45 33 54 35 20
Octal 132 174 46 33 0 105 63 124 65 40
Binary 1011010 1111100 100110 11011 0 1000101 110011 1010100 110101 100000

Color Harmonies of #5A7C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7C26

Black with #5A7C26

Text Example


Text Example

White with #5A7C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,124,38); }

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

background-color css

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

 a { background-color: rgb(90,124,38); }

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

border-color css

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

 span { border-color: rgb(90,124,38); }

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