#076d1e

Color #076D1E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #076D1E

Tints of Crusoe #076D1E

Color information

#076D1E (or 0x076D1E) is unknown color: approx Crusoe. HEX triplet: 07, 6D and 1E. RGB value is (7,109,30). Sum of RGB (Red+Green+Blue) = 7+109+30=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 109 (42.97% from 255 or 74.66% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 109 - color contains mainly: green. Hex color #076D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D1E is #F892E1. Grayscale: #454545. Windows color (decimal): -16290530 or 1993991. OLE color: 1993991.

HSL color Cylindrical-coordinate representation of color #076D1E: hue angle of 133.53º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D1E is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB710930-
CMYK0.9400.720.57
HSL133.53º87.93%22.75%-
HSV(B)133.53º93.58%42.75%-
XYZ5.7911.083.06-
YUV69.5105.7183.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 109 (42.97% from 255) = 74.66%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=4.79%
G=74.66%
B=20.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7109300.9400.720.57133.5387.9322.75
Hex76D1E5E04839865817
Octal71553613601107120613027
Binary11111011011111010111100100100011100110000110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076d1e; }

 p { color: rgb(7,109,30); }

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

<style>
 a { background-color: #076d1e; }

 a { background-color: rgb(7,109,30); }

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

<style>
 span { border-color: #076d1e; }

 span { border-color: rgb(7,109,30); }

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