#07682E

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

Shades of Crusoe #07682E

Tints of Crusoe #07682E

Color information

#07682E (or 0x07682E) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 2E. RGB value is (7,104,46). Sum of RGB (Red+Green+Blue) = 7+104+46=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #07682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07682E is #F897D1. Grayscale: #444444. Windows color (decimal): -16291794 or 3041287. OLE color: 3041287.

HSL color Cylindrical-coordinate representation of color #07682E: hue angle of 144.12º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07682E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB710446-
CMYK0.9300.560.59
HSL144.12º87.39%21.76%-
HSV(B)144.12º93.27%40.78%-
XYZ5.5310.144.25-
YUV68.38115.3684.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 104 (41.02% from 255) = 66.24%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=4.46%
G=66.24%
B=29.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104460.9300.560.59144.1287.3921.76
Hex7682E5D0383B905716
Octal7150561350707322012726
Binary11111010001011101011101011100011101110010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07682E; }

 p { color: rgb(7,104,46); }

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

<style>
 a { background-color: #07682E; }

 a { background-color: rgb(7,104,46); }

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

<style>
 span { border-color: #07682E; }

 span { border-color: rgb(7,104,46); }

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