#07612D

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

Shades of Crusoe #07612D

Tints of Crusoe #07612D

Color information

#07612D (or 0x07612D) is unknown color: approx Crusoe. HEX triplet: 07, 61 and 2D. RGB value is (7,97,45). Sum of RGB (Red+Green+Blue) = 7+97+45=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #07612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07612D is #F89ED2. Grayscale: #404040. Windows color (decimal): -16293587 or 2973959. OLE color: 2973959.

HSL color Cylindrical-coordinate representation of color #07612D: hue angle of 145.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07612D is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB79745-
CMYK0.9300.540.62
HSL145.33º86.54%20.39%-
HSV(B)145.33º92.78%38.04%-
XYZ4.848.783.92-
YUV64.16117.1887.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 97 (38.28% from 255) = 65.10%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=4.70%
G=65.10%
B=30.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797450.9300.540.62145.3386.5420.39
Hex7612D5D0363E915714
Octal7141551350667622112724
Binary11111000011011011011101011011011111010010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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