#076C1E

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

Shades of Crusoe #076C1E

Tints of Crusoe #076C1E

Color information

#076C1E (or 0x076C1E) is unknown color: approx Crusoe. HEX triplet: 07, 6C and 1E. RGB value is (7,108,30). Sum of RGB (Red+Green+Blue) = 7+108+30=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 108 (42.58% from 255 or 74.48% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 108 - color contains mainly: green. Hex color #076C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076C1E is #F893E1. Grayscale: #454545. Windows color (decimal): -16290786 or 1993735. OLE color: 1993735.

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

Color convert

RGB710830-
CMYK0.9400.720.58
HSL133.66º87.83%22.55%-
HSV(B)133.66º93.52%42.35%-
XYZ5.6810.863.03-
YUV68.91106.0483.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 108 (42.58% from 255) = 74.48%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=4.83%
G=74.48%
B=20.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7108300.9400.720.58133.6687.8322.55
Hex76C1E5E0483A865817
Octal71543613601107220613027
Binary11111011001111010111100100100011101010000110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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