#076A19

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

Shades of Crusoe #076A19

Tints of Crusoe #076A19

Color information

#076A19 (or 0x076A19) is unknown color: approx Crusoe. HEX triplet: 07, 6A and 19. RGB value is (7,106,25). Sum of RGB (Red+Green+Blue) = 7+106+25=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 106 (41.80% from 255 or 76.81% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 106 - color contains mainly: green. Hex color #076A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076A19 is #F895E6. Grayscale: #434343. Windows color (decimal): -16291303 or 1665543. OLE color: 1665543.

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

Color convert

RGB710625-
CMYK0.9300.760.58
HSL130.91º87.61%22.16%-
HSV(B)130.91º93.4%41.57%-
XYZ5.4210.422.65-
YUV67.16104.285.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 106 (41.80% from 255) = 76.81%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=5.07%
G=76.81%
B=18.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7106250.9300.760.58130.9187.6122.16
Hex76A195D04C3A835816
Octal71523113501147220313026
Binary11111010101100110111010100110011101010000011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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