Html Css Color HEX #075941 Jewel

📋 copy color: '#075941'

red 7 ◦ green 89 ◦ blue 65

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

Shades of Jewel #075941

Tints of Jewel #075941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.28%

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

R = 4.35%
G = 55.28%
B = 40.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#075941 (or 0x075941) is known color: Jewel. HEX triplet: 07, 59 and 41. RGB value is (7,89,65). Sum of RGB (Red+Green+Blue) = 7+89+65=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #075941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075941 is #F8A6BE. Grayscale: #3D3D3D. Windows color (decimal): -16295615 or 4282631. OLE color: 4282631.

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

Color convert

RGB 7 89 65 -
CMYK 0.92 0 0.27 0.65
HSL 162.44º 0.85% 0.19% -
HSV(B) 162.44º 0.92% 0.35% -
XYZ 4.61 7.57 6.22 -
YUV 61.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 7 89 65 0.92 0 0.27 0.65 162.44 0.85 0.19
Hex 7 59 41 5C 0 1B 41 A2 55 13
Octal 7 131 101 134 0 33 101 242 125 23
Binary 111 1011001 1000001 1011100 0 11011 1000001 10100010 1010101 10011

Color Harmonies of #075941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075941

Black with #075941

Text Example


Text Example

White with #075941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075941; }

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

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

background-color css

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

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

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

border-color css

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

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

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