#077025

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

Shades of Crusoe #077025

Tints of Crusoe #077025

Color information

#077025 (or 0x077025) is unknown color: approx Crusoe. HEX triplet: 07, 70 and 25. RGB value is (7,112,37). Sum of RGB (Red+Green+Blue) = 7+112+37=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #077025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077025 is #F88FDA. Grayscale: #484848. Windows color (decimal): -16289755 or 2453511. OLE color: 2453511.

HSL color Cylindrical-coordinate representation of color #077025: hue angle of 137.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077025 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB711237-
CMYK0.9400.670.56
HSL137.14º88.24%23.33%-
HSV(B)137.14º93.75%43.92%-
XYZ6.2211.773.69-
YUV72.06108.2181.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 112 (44.14% from 255) = 71.79%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=4.49%
G=71.79%
B=23.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112370.9400.670.56137.1488.2423.33
Hex770255E04338895817
Octal71604513601037021113027
Binary111111000010010110111100100001111100010001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077025; }

 p { color: rgb(7,112,37); }

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

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

 a { background-color: rgb(7,112,37); }

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

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

 span { border-color: rgb(7,112,37); }

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