#07682D

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

Shades of Crusoe #07682D

Tints of Crusoe #07682D

Color information

#07682D (or 0x07682D) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 2D. RGB value is (7,104,45). Sum of RGB (Red+Green+Blue) = 7+104+45=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #07682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07682D is #F897D2. Grayscale: #444444. Windows color (decimal): -16291795 or 2975751. OLE color: 2975751.

HSL color Cylindrical-coordinate representation of color #07682D: hue angle of 143.51º 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 #07682D is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB710445-
CMYK0.9300.570.59
HSL143.51º87.39%21.76%-
HSV(B)143.51º93.27%40.78%-
XYZ5.5110.144.15-
YUV68.27114.8684.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 104 (41.02% from 255) = 66.67%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=4.49%
G=66.67%
B=28.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104450.9300.570.59143.5187.3921.76
Hex7682D5D0393B905716
Octal7150551350717322012726
Binary11111010001011011011101011100111101110010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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