#076215

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

Shades of Crusoe #076215

Tints of Crusoe #076215

Color information

#076215 (or 0x076215) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 15. RGB value is (7,98,21). Sum of RGB (Red+Green+Blue) = 7+98+21=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 98 (38.67% from 255 or 77.78% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 98 - color contains mainly: green. Hex color #076215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076215 is #F89DEA. Grayscale: #3E3E3E. Windows color (decimal): -16293355 or 1401351. OLE color: 1401351.

HSL color Cylindrical-coordinate representation of color #076215: hue angle of 129.23º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076215 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB79821-
CMYK0.9300.790.62
HSL129.23º86.67%20.59%-
HSV(B)129.23º92.86%38.43%-
XYZ4.598.832.17-
YUV62.01104.8588.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 98 (38.67% from 255) = 77.78%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=5.56%
G=77.78%
B=16.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798210.9300.790.62129.2386.6720.59
Hex762155D04F3E815715
Octal71422513501177620112725
Binary11111000101010110111010100111111111010000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076215; }

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

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

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

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

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

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

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

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