Html Css Color HEX #07593F Jewel

📋 copy color: '#07593F'

red 7 ◦ green 89 ◦ blue 63

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

Shades of Jewel #07593F

Tints of Jewel #07593F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.62%

R = 4.4%
G = 55.97%
B = 39.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#07593F (or 0x07593F) is known color: Jewel. HEX triplet: 07, 59 and 3F. RGB value is (7,89,63). Sum of RGB (Red+Green+Blue) = 7+89+63=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #07593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07593F is #F8A6C0. Grayscale: #3D3D3D. Windows color (decimal): -16295617 or 4151559. OLE color: 4151559.

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

Color convert

RGB 7 89 63 -
CMYK 0.92 0 0.29 0.65
HSL 160.98º 0.85% 0.19% -
HSV(B) 160.98º 0.92% 0.35% -
XYZ 4.56 7.55 5.92 -
YUV 61.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 7 89 63 0.92 0 0.29 0.65 160.98 0.85 0.19
Hex 7 59 3F 5C 0 1D 41 A1 55 13
Octal 7 131 77 134 0 35 101 241 125 23
Binary 111 1011001 111111 1011100 0 11101 1000001 10100001 1010101 10011

Color Harmonies of #07593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07593F

Black with #07593F

Text Example


Text Example

White with #07593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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