#07632A

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

Shades of Crusoe #07632A

Tints of Crusoe #07632A

Color information

#07632A (or 0x07632A) is unknown color: approx Crusoe. HEX triplet: 07, 63 and 2A. RGB value is (7,99,42). Sum of RGB (Red+Green+Blue) = 7+99+42=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #07632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07632A is #F89CD5. Grayscale: #414141. Windows color (decimal): -16293078 or 2777863. OLE color: 2777863.

HSL color Cylindrical-coordinate representation of color #07632A: hue angle of 142.83º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07632A is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB79942-
CMYK0.9300.580.61
HSL142.83º86.79%20.78%-
HSV(B)142.83º92.93%38.82%-
XYZ4.979.143.69-
YUV64.99115.0286.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 99 (39.06% from 255) = 66.89%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=4.73%
G=66.89%
B=28.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799420.9300.580.61142.8386.7920.78
Hex7632A5D03A3D8f5715
Octal7143521350727521712725
Binary11111000111010101011101011101011110110001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07632A; }

 p { color: rgb(7,99,42); }

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

<style>
 a { background-color: #07632A; }

 a { background-color: rgb(7,99,42); }

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

<style>
 span { border-color: #07632A; }

 span { border-color: rgb(7,99,42); }

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