#076324

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

Shades of Crusoe #076324

Tints of Crusoe #076324

Color information

#076324 (or 0x076324) is unknown color: approx Crusoe. HEX triplet: 07, 63 and 24. RGB value is (7,99,36). Sum of RGB (Red+Green+Blue) = 7+99+36=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #076324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076324 is #F89CDB. Grayscale: #404040. Windows color (decimal): -16293084 or 2384647. OLE color: 2384647.

HSL color Cylindrical-coordinate representation of color #076324: hue angle of 138.91º 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 #076324 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB79936-
CMYK0.9300.640.61
HSL138.91º86.79%20.78%-
HSV(B)138.91º92.93%38.82%-
XYZ4.879.13.17-
YUV64.31112.0287.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 99 (39.06% from 255) = 69.72%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=4.93%
G=69.72%
B=25.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799360.9300.640.61138.9186.7920.78
Hex763245D0403D8b5715
Octal71434413501007521312725
Binary111110001110010010111010100000011110110001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076324; }

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

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

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

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

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

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

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

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