#076343

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

Shades of Jewel #076343

Tints of Jewel #076343

Color information

#076343 (or 0x076343) is unknown color: approx Jewel. HEX triplet: 07, 63 and 43. RGB value is (7,99,67). Sum of RGB (Red+Green+Blue) = 7+99+67=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #076343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076343 is #F89CBC. Grayscale: #434343. Windows color (decimal): -16293053 or 4416263. OLE color: 4416263.

HSL color Cylindrical-coordinate representation of color #076343: hue angle of 159.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076343 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB79967-
CMYK0.9300.320.61
HSL159.13º86.79%20.78%-
HSV(B)159.13º92.93%38.82%-
XYZ5.569.376.83-
YUV67.84127.5284.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 99 (39.06% from 255) = 57.23%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=4.05%
G=57.23%
B=38.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799670.9300.320.61159.1386.7920.78
Hex763435D0203D9f5715
Octal71431031350407523712725
Binary111110001110000111011101010000011110110011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076343; }

 p { color: rgb(7,99,67); }

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

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

 a { background-color: rgb(7,99,67); }

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

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

 span { border-color: rgb(7,99,67); }

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