#077326

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

Shades of Crusoe #077326

Tints of Crusoe #077326

Color information

#077326 (or 0x077326) is unknown color: approx Crusoe. HEX triplet: 07, 73 and 26. RGB value is (7,115,38). Sum of RGB (Red+Green+Blue) = 7+115+38=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #077326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077326 is #F88CD9. Grayscale: #4A4A4A. Windows color (decimal): -16288986 or 2519815. OLE color: 2519815.

HSL color Cylindrical-coordinate representation of color #077326: hue angle of 137.22º 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 #077326 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB711538-
CMYK0.9400.670.55
HSL137.22º88.52%23.92%-
HSV(B)137.22º93.91%45.1%-
XYZ6.5712.453.89-
YUV73.93107.7280.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 115 (45.31% from 255) = 71.88%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=4.38%
G=71.88%
B=23.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115380.9400.670.55137.2288.5223.92
Hex773265E04337895918
Octal71634613601036721113130
Binary111111001110011010111100100001111011110001001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077326; }

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

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

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

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

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

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

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

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