#077023

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

Shades of Crusoe #077023

Tints of Crusoe #077023

Color information

#077023 (or 0x077023) is unknown color: approx Crusoe. HEX triplet: 07, 70 and 23. RGB value is (7,112,35). Sum of RGB (Red+Green+Blue) = 7+112+35=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #077023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077023 is #F88FDC. Grayscale: #484848. Windows color (decimal): -16289757 or 2322439. OLE color: 2322439.

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

Color convert

RGB711235-
CMYK0.9400.690.56
HSL136º88.24%23.33%-
HSV(B)136º93.75%43.92%-
XYZ6.1911.753.53-
YUV71.83107.2181.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 112 (44.14% from 255) = 72.73%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=4.55%
G=72.73%
B=22.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112350.9400.690.5613688.2423.33
Hex770235E04538885817
Octal71604313601057021013027
Binary111111000010001110111100100010111100010001000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077023; }

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

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

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

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

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

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

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

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