#076315

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

Shades of Crusoe #076315

Tints of Crusoe #076315

Color information

#076315 (or 0x076315) is unknown color: approx Crusoe. HEX triplet: 07, 63 and 15. RGB value is (7,99,21). Sum of RGB (Red+Green+Blue) = 7+99+21=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #076315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076315 is #F89CEA. Grayscale: #3E3E3E. Windows color (decimal): -16293099 or 1401607. OLE color: 1401607.

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

Color convert

RGB79921-
CMYK0.9300.790.61
HSL129.13º86.79%20.78%-
HSV(B)129.13º92.93%38.82%-
XYZ4.689.022.2-
YUV62.6104.5288.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 99 (39.06% from 255) = 77.95%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=5.51%
G=77.95%
B=16.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799210.9300.790.61129.1386.7920.78
Hex763155D04F3D815715
Octal71432513501177520112725
Binary11111000111010110111010100111111110110000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076315; }

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

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

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

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

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

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

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

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