#5C693B

Color #5C693B Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5C693B

Tints of Dark Olive Green #5C693B

Color information

#5C693B (or 0x5C693B) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 69 and 3B. RGB value is (92,105,59). Sum of RGB (Red+Green+Blue) = 92+105+59=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #5C693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C693B is #A396C4. Grayscale: #606060. Windows color (decimal): -10720965 or 3893596. OLE color: 3893596.

HSL color Cylindrical-coordinate representation of color #5C693B: hue angle of 76.96º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C693B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB9210559-
CMYK0.1200.440.59
HSL76.96º28.05%32.16%-
HSV(B)76.96º43.81%41.18%-
XYZ10.2512.696.05-
YUV95.87107.19125.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.94%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=35.94%
G=41.02%
B=23.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92105590.1200.440.5976.9628.0532.16
Hex5C693BC02C3B4d1c20
Octal1341517314054731153440
Binary1011100110100111101111000101100111011100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,105,59); }

 H1.HeaderClassName
 {
   color: #5C693B;
 }
 .AnyTagClassName
 {
   color: #5C693B;
 }
</style>
background-color css

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

 a { background-color: rgb(92,105,59); }

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

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

 span { border-color: rgb(92,105,59); }

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