#07622E

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

Shades of Crusoe #07622E

Tints of Crusoe #07622E

Color information

#07622E (or 0x07622E) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 2E. RGB value is (7,98,46). Sum of RGB (Red+Green+Blue) = 7+98+46=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #07622E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07622E is #F89DD1. Grayscale: #404040. Windows color (decimal): -16293330 or 3039751. OLE color: 3039751.

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

Color convert

RGB79846-
CMYK0.9300.530.62
HSL145.71º86.67%20.59%-
HSV(B)145.71º92.86%38.43%-
XYZ4.958.984.06-
YUV64.86117.3586.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=4.64%
G=64.90%
B=30.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798460.9300.530.62145.7186.6720.59
Hex7622E5D0353E925715
Octal7142561350657622212725
Binary11111000101011101011101011010111111010010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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