#076A1A

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

Shades of Crusoe #076A1A

Tints of Crusoe #076A1A

Color information

#076A1A (or 0x076A1A) is unknown color: approx Crusoe. HEX triplet: 07, 6A and 1A. RGB value is (7,106,26). Sum of RGB (Red+Green+Blue) = 7+106+26=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 106 (41.80% from 255 or 76.26% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 106 - color contains mainly: green. Hex color #076A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A1A is #F895E5. Grayscale: #434343. Windows color (decimal): -16291302 or 1731079. OLE color: 1731079.

HSL color Cylindrical-coordinate representation of color #076A1A: hue angle of 131.52º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A1A is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB710626-
CMYK0.9300.750.58
HSL131.52º87.61%22.16%-
HSV(B)131.52º93.4%41.57%-
XYZ5.4310.432.7-
YUV67.28104.785-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 106 (41.80% from 255) = 76.26%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=5.04%
G=76.26%
B=18.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7106260.9300.750.58131.5287.6122.16
Hex76A1A5D04B3A845816
Octal71523213501137220413026
Binary11111010101101010111010100101111101010000100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076A1A; }

 p { color: rgb(7,106,26); }

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

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

 a { background-color: rgb(7,106,26); }

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

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

 span { border-color: rgb(7,106,26); }

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