Html Css Color HEX #075741 Jewel

📋 copy color: '#075741'

red 7 ◦ green 87 ◦ blue 65

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

Shades of Jewel #075741

Tints of Jewel #075741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.72%

 BLUE value IS 65 (25.78% from 255) = 40.88%

R = 4.4%
G = 54.72%
B = 40.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#075741 (or 0x075741) is known color: Jewel. HEX triplet: 07, 57 and 41. RGB value is (7,87,65). Sum of RGB (Red+Green+Blue) = 7+87+65=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #075741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075741 is #F8A8BE. Grayscale: #3C3C3C. Windows color (decimal): -16296127 or 4282119. OLE color: 4282119.

HSL color Cylindrical-coordinate representation of color #075741: hue angle of 163.5º 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 #075741 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 87 65 -
CMYK 0.92 0 0.25 0.66
HSL 163.5º 0.85% 0.18% -
HSV(B) 163.5º 0.92% 0.34% -
XYZ 4.45 7.24 6.16 -
YUV 60.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 7 87 65 0.92 0 0.25 0.66 163.5 0.85 0.18
Hex 7 57 41 5C 0 19 42 A4 55 12
Octal 7 127 101 134 0 31 102 244 125 22
Binary 111 1010111 1000001 1011100 0 11001 1000010 10100100 1010101 10010

Color Harmonies of #075741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075741

Black with #075741

Text Example


Text Example

White with #075741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075741; }

 p { color: rgb(7,87,65); }

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

background-color css

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

 a { background-color: rgb(7,87,65); }

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

border-color css

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

 span { border-color: rgb(7,87,65); }

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