#076129

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

Shades of Crusoe #076129

Tints of Crusoe #076129

Color information

#076129 (or 0x076129) is unknown color: approx Crusoe. HEX triplet: 07, 61 and 29. RGB value is (7,97,41). Sum of RGB (Red+Green+Blue) = 7+97+41=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #076129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076129 is #F89ED6. Grayscale: #3F3F3F. Windows color (decimal): -16293591 or 2711815. OLE color: 2711815.

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

Color convert

RGB79741-
CMYK0.9300.580.62
HSL142.67º86.54%20.39%-
HSV(B)142.67º92.78%38.04%-
XYZ4.768.753.54-
YUV63.71115.1887.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=4.83%
G=66.90%
B=28.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797410.9300.580.62142.6786.5420.39
Hex761295D03A3E8f5714
Octal7141511350727621712724
Binary11111000011010011011101011101011111010001111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076129; }

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

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

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

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

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

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

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

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