#5C762B

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

Shades of Dark Olive Green #5C762B

Tints of Dark Olive Green #5C762B

Color information

#5C762B (or 0x5C762B) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 76 and 2B. RGB value is (92,118,43). Sum of RGB (Red+Green+Blue) = 92+118+43=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #5C762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C762B is #A389D4. Grayscale: #656565. Windows color (decimal): -10717653 or 2848348. OLE color: 2848348.

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

Color convert

RGB9211843-
CMYK0.2200.640.54
HSL80.8º46.58%31.57%-
HSV(B)80.8º63.56%46.27%-
XYZ11.3315.414.66-
YUV101.6894.89121.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.36%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=36.36%
G=46.64%
B=17.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118430.2200.640.5480.846.5831.57
Hex5C762B1604036512f20
Octal13416653260100661215740
Binary1011100111011010101110110010000001101101010001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,43); }

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

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

 a { background-color: rgb(92,118,43); }

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

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

 span { border-color: rgb(92,118,43); }

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