#077327

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

Shades of Crusoe #077327

Tints of Crusoe #077327

Color information

#077327 (or 0x077327) is unknown color: approx Crusoe. HEX triplet: 07, 73 and 27. RGB value is (7,115,39). Sum of RGB (Red+Green+Blue) = 7+115+39=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 115 (45.31% from 255 or 71.43% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 115 - color contains mainly: green. Hex color #077327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077327 is #F88CD8. Grayscale: #4A4A4A. Windows color (decimal): -16288985 or 2585351. OLE color: 2585351.

HSL color Cylindrical-coordinate representation of color #077327: hue angle of 137.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077327 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB711539-
CMYK0.9400.660.55
HSL137.78º88.52%23.92%-
HSV(B)137.78º93.91%45.1%-
XYZ6.5812.453.98-
YUV74.04108.2280.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 115 (45.31% from 255) = 71.43%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=4.35%
G=71.43%
B=24.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115390.9400.660.55137.7888.5223.92
Hex773275E042378a5918
Octal71634713601026721213130
Binary111111001110011110111100100001011011110001010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077327; }

 p { color: rgb(7,115,39); }

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

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

 a { background-color: rgb(7,115,39); }

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

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

 span { border-color: rgb(7,115,39); }

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