#07622F

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

Shades of Crusoe #07622F

Tints of Crusoe #07622F

Color information

#07622F (or 0x07622F) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 2F. RGB value is (7,98,47). Sum of RGB (Red+Green+Blue) = 7+98+47=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #07622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07622F is #F89DD0. Grayscale: #414141. Windows color (decimal): -16293329 or 3105287. OLE color: 3105287.

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

Color convert

RGB79847-
CMYK0.9300.520.62
HSL146.37º86.67%20.59%-
HSV(B)146.37º92.86%38.43%-
XYZ4.978.994.16-
YUV64.98117.8586.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=4.61%
G=64.47%
B=30.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798470.9300.520.62146.3786.6720.59
Hex7622F5D0343E925715
Octal7142571350647622212725
Binary11111000101011111011101011010011111010010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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