#076115

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

Shades of Crusoe #076115

Tints of Crusoe #076115

Color information

#076115 (or 0x076115) is unknown color: approx Crusoe. HEX triplet: 07, 61 and 15. RGB value is (7,97,21). Sum of RGB (Red+Green+Blue) = 7+97+21=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 97 (38.28% from 255 or 77.6% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 97 - color contains mainly: green. Hex color #076115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076115 is #F89EEA. Grayscale: #3D3D3D. Windows color (decimal): -16293611 or 1401095. OLE color: 1401095.

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

Color convert

RGB79721-
CMYK0.9300.780.62
HSL129.33º86.54%20.39%-
HSV(B)129.33º92.78%38.04%-
XYZ4.58.652.14-
YUV61.43105.1889.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 97 (38.28% from 255) = 77.6%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=5.6%
G=77.6%
B=16.8%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797210.9300.780.62129.3386.5420.39
Hex761155D04E3E815714
Octal71412513501167620112724
Binary11111000011010110111010100111011111010000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076115; }

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

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

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

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

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

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

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

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