Html Css Color HEX #5A782B Dark Olive Green

📋 copy color: '#5A782B'

red 90 ◦ green 120 ◦ blue 43

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

Shades of Dark Olive Green #5A782B

Tints of Dark Olive Green #5A782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17%

R = 35.57%
G = 47.43%
B = 17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#5A782B (or 0x5A782B) is known color: Dark Olive Green. HEX triplet: 5A, 78 and 2B. RGB value is (90,120,43). Sum of RGB (Red+Green+Blue) = 90+120+43=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #5A782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A782B is #A587D4. Grayscale: #666666. Windows color (decimal): -10848213 or 2848858. OLE color: 2848858.

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

Color convert

RGB 90 120 43 -
CMYK 0.25 0 0.64 0.53
HSL 83.38º 0.47% 0.32% -
HSV(B) 83.38º 0.64% 0.47% -
XYZ 11.37 15.78 4.73 -
YUV 102.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 90 120 43 0.25 0 0.64 0.53 83.38 0.47 0.32
Hex 5A 78 2B 19 0 40 35 53 2F 20
Octal 132 170 53 31 0 100 65 123 57 40
Binary 1011010 1111000 101011 11001 0 1000000 110101 1010011 101111 100000

Color Harmonies of #5A782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A782B

Black with #5A782B

Text Example


Text Example

White with #5A782B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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