#07622C

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

Shades of Crusoe #07622C

Tints of Crusoe #07622C

Color information

#07622C (or 0x07622C) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 2C. RGB value is (7,98,44). Sum of RGB (Red+Green+Blue) = 7+98+44=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #07622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07622C is #F89DD3. Grayscale: #404040. Windows color (decimal): -16293332 or 2908679. OLE color: 2908679.

HSL color Cylindrical-coordinate representation of color #07622C: hue angle of 144.4º 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 #07622C is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB79844-
CMYK0.9300.550.62
HSL144.4º86.67%20.59%-
HSV(B)144.4º92.86%38.43%-
XYZ4.918.963.85-
YUV64.64116.3586.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 98 (38.67% from 255) = 65.77%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=4.70%
G=65.77%
B=29.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798440.9300.550.62144.486.6720.59
Hex7622C5D0373E905715
Octal7142541350677622012725
Binary11111000101011001011101011011111111010010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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