#05761B

Color #05761B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #05761B

Tints of Green #05761B

Color information

#05761B (or 0x05761B) is unknown color: approx Green. HEX triplet: 05, 76 and 1B. RGB value is (5,118,27). Sum of RGB (Red+Green+Blue) = 5+118+27=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 118 (46.48% from 255 or 78.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 118 - color contains mainly: green. Hex color #05761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05761B is #FA89E4. Grayscale: #4A4A4A. Windows color (decimal): -16419301 or 1799685. OLE color: 1799685.

HSL color Cylindrical-coordinate representation of color #05761B: hue angle of 131.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05761B is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB511827-
CMYK0.9600.770.54
HSL131.68º91.87%24.12%-
HSV(B)131.68º95.76%46.27%-
XYZ6.7413.073.2-
YUV73.84101.5678.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 118 (46.48% from 255) = 78.67%
BLUE value IS 27 (10.94% from 255) = 18%
R=3.33%
G=78.67%
B=18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118270.9600.770.54131.6891.8724.12
Hex5761B6004D36845c18
Octal51663314001156620413430
Binary10111101101101111000000100110111011010000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05761B; }

 p { color: rgb(5,118,27); }

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

<style>
 a { background-color: #05761B; }

 a { background-color: rgb(5,118,27); }

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

<style>
 span { border-color: #05761B; }

 span { border-color: rgb(5,118,27); }

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