#075842

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

Shades of Jewel #075842

Tints of Jewel #075842

Color information

#075842 (or 0x075842) is unknown color: approx Jewel. HEX triplet: 07, 58 and 42. RGB value is (7,88,66). Sum of RGB (Red+Green+Blue) = 7+88+66=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #075842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075842 is #F8A7BD. Grayscale: #3D3D3D. Windows color (decimal): -16295870 or 4347911. OLE color: 4347911.

HSL color Cylindrical-coordinate representation of color #075842: hue angle of 163.7º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075842 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB78866-
CMYK0.9200.250.65
HSL163.7º85.26%18.63%-
HSV(B)163.7º92.05%34.51%-
XYZ4.567.426.35-
YUV61.27130.6689.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=4.35%
G=54.66%
B=40.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788660.9200.250.65163.785.2618.63
Hex758425C01941a45513
Octal713010213403110124412523
Binary111101100010000101011100011001100000110100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075842; }

 p { color: rgb(7,88,66); }

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

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

 a { background-color: rgb(7,88,66); }

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

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

 span { border-color: rgb(7,88,66); }

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