Html Css Color HEX #07613F Jewel

📋 copy color: '#07613F'

red 7 ◦ green 97 ◦ blue 63

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

Shades of Jewel #07613F

Tints of Jewel #07613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.08%

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

R = 4.19%
G = 58.08%
B = 37.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#07613F (or 0x07613F) is known color: Jewel. HEX triplet: 07, 61 and 3F. RGB value is (7,97,63). Sum of RGB (Red+Green+Blue) = 7+97+63=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #07613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07613F is #F89EC0. Grayscale: #424242. Windows color (decimal): -16293569 or 4153607. OLE color: 4153607.

HSL color Cylindrical-coordinate representation of color #07613F: hue angle of 157.33º degrees, saturation: 0.87, 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 #07613F is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 63 -
CMYK 0.93 0 0.35 0.62
HSL 157.33º 0.87% 0.2% -
HSV(B) 157.33º 0.93% 0.38% -
XYZ 5.26 8.95 6.15 -
YUV 66.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 7 97 63 0.93 0 0.35 0.62 157.33 0.87 0.2
Hex 7 61 3F 5D 0 23 3E 9D 57 14
Octal 7 141 77 135 0 43 76 235 127 24
Binary 111 1100001 111111 1011101 0 100011 111110 10011101 1010111 10100

Color Harmonies of #07613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07613F

Black with #07613F

Text Example


Text Example

White with #07613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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