#07681F

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

Shades of Crusoe #07681F

Tints of Crusoe #07681F

Color information

#07681F (or 0x07681F) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 1F. RGB value is (7,104,31). Sum of RGB (Red+Green+Blue) = 7+104+31=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 104 (41.02% from 255 or 73.24% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 104 - color contains mainly: green. Hex color #07681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07681F is #F897E0. Grayscale: #424242. Windows color (decimal): -16291809 or 2058247. OLE color: 2058247.

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

Color convert

RGB710431-
CMYK0.9300.700.59
HSL134.85º87.39%21.76%-
HSV(B)134.85º93.27%40.78%-
XYZ5.2910.042.96-
YUV66.68107.8685.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 104 (41.02% from 255) = 73.24%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=4.93%
G=73.24%
B=21.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104310.9300.700.59134.8587.3921.76
Hex7681F5D0463B875716
Octal71503713501067320712726
Binary11111010001111110111010100011011101110000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07681F; }

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

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

<style>
 a { background-color: #07681F; }

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

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

<style>
 span { border-color: #07681F; }

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

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