Html Css Color HEX #07603F Jewel

📋 copy color: '#07603F'

red 7 ◦ green 96 ◦ blue 63

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

Shades of Jewel #07603F

Tints of Jewel #07603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

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

R = 4.22%
G = 57.83%
B = 37.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#07603F (or 0x07603F) is known color: Jewel. HEX triplet: 07, 60 and 3F. RGB value is (7,96,63). Sum of RGB (Red+Green+Blue) = 7+96+63=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #07603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07603F is #F89FC0. Grayscale: #414141. Windows color (decimal): -16293825 or 4153351. OLE color: 4153351.

HSL color Cylindrical-coordinate representation of color #07603F: hue angle of 157.75º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07603F is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 63 -
CMYK 0.93 0 0.34 0.62
HSL 157.75º 0.86% 0.2% -
HSV(B) 157.75º 0.93% 0.38% -
XYZ 5.17 8.77 6.12 -
YUV 65.63 126.51 86.18 -
System Red Green Blue C M Y K H S L
Decimal 7 96 63 0.93 0 0.34 0.62 157.75 0.86 0.2
Hex 7 60 3F 5D 0 22 3E 9E 56 14
Octal 7 140 77 135 0 42 76 236 126 24
Binary 111 1100000 111111 1011101 0 100010 111110 10011110 1010110 10100

Color Harmonies of #07603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07603F

Black with #07603F

Text Example


Text Example

White with #07603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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