#076A2F

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

Shades of Crusoe #076A2F

Tints of Crusoe #076A2F

Color information

#076A2F (or 0x076A2F) is unknown color: approx Crusoe. HEX triplet: 07, 6A and 2F. RGB value is (7,106,47). Sum of RGB (Red+Green+Blue) = 7+106+47=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 106 (41.80% from 255 or 66.25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 106 - color contains mainly: green. Hex color #076A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A2F is #F895D0. Grayscale: #454545. Windows color (decimal): -16291281 or 3107335. OLE color: 3107335.

HSL color Cylindrical-coordinate representation of color #076A2F: hue angle of 144.24º 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 #076A2F is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB710647-
CMYK0.9300.560.58
HSL144.24º87.61%22.16%-
HSV(B)144.24º93.4%41.57%-
XYZ5.7510.564.42-
YUV69.67115.283.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 106 (41.80% from 255) = 66.25%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=4.38%
G=66.25%
B=29.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7106470.9300.560.58144.2487.6122.16
Hex76A2F5D0383A905816
Octal7152571350707222013026
Binary11111010101011111011101011100011101010010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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