Html Css Color HEX #075642 Jewel

📋 copy color: '#075642'

red 7 ◦ green 86 ◦ blue 66

#075642
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #075642

Tints of Jewel #075642

RGB

 RED value IS 7 (3.13% from 255) = 4.4%

 GREEN value IS 86 (33.98% from 255) = 54.09%

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 4.4%
G = 54.09%
B = 41.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#075642 (or 0x075642) is known color: Jewel. HEX triplet: 07, 56 and 42. RGB value is (7,86,66). Sum of RGB (Red+Green+Blue) = 7+86+66=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #075642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075642 is #F8A9BD. Grayscale: #3C3C3C. Windows color (decimal): -16296382 or 4347399. OLE color: 4347399.

HSL color Cylindrical-coordinate representation of color #075642: hue angle of 164.81º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075642 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 86 66 -
CMYK 0.92 0 0.23 0.66
HSL 164.81º 0.85% 0.18% -
HSV(B) 164.81º 0.92% 0.34% -
XYZ 4.4 7.09 6.29 -
YUV 60.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 7 86 66 0.92 0 0.23 0.66 164.81 0.85 0.18
Hex 7 56 42 5C 0 17 42 A5 55 12
Octal 7 126 102 134 0 27 102 245 125 22
Binary 111 1010110 1000010 1011100 0 10111 1000010 10100101 1010101 10010

Color Harmonies of #075642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075642

Black with #075642

Text Example


Text Example

White with #075642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075642; }

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

 H1.HeaderClassName
 {
   color: #075642;
 }
 .AnyTagClassName
 {
   color: #075642;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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