#07602B

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

Shades of Crusoe #07602B

Tints of Crusoe #07602B

Color information

#07602B (or 0x07602B) is unknown color: approx Crusoe. HEX triplet: 07, 60 and 2B. RGB value is (7,96,43). Sum of RGB (Red+Green+Blue) = 7+96+43=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #07602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07602B is #F89FD4. Grayscale: #3F3F3F. Windows color (decimal): -16293845 or 2842631. OLE color: 2842631.

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

Color convert

RGB79643-
CMYK0.9300.550.62
HSL144.27º86.41%20.2%-
HSV(B)144.27º92.71%37.65%-
XYZ4.718.593.69-
YUV63.35116.5187.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=4.79%
G=65.75%
B=29.45%

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
Decimal796430.9300.550.62144.2786.4120.2
Hex7602B5D0373E905614
Octal7140531350677622012624
Binary11111000001010111011101011011111111010010000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07602B; }

 p { color: rgb(7,96,43); }

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

<style>
 a { background-color: #07602B; }

 a { background-color: rgb(7,96,43); }

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

<style>
 span { border-color: #07602B; }

 span { border-color: rgb(7,96,43); }

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