#07713D

Color #07713D Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #07713D

Tints of Jewel #07713D

Color information

#07713D (or 0x07713D) is unknown color: approx Jewel. HEX triplet: 07, 71 and 3D. RGB value is (7,113,61). Sum of RGB (Red+Green+Blue) = 7+113+61=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #07713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07713D is #F88EC2. Grayscale: #4B4B4B. Windows color (decimal): -16289475 or 4026631. OLE color: 4026631.

HSL color Cylindrical-coordinate representation of color #07713D: hue angle of 150.57º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07713D is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB711361-
CMYK0.9400.460.56
HSL150.57º88.33%23.53%-
HSV(B)150.57º93.81%44.31%-
XYZ6.8412.196.41-
YUV75.38119.8879.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 113 (44.53% from 255) = 62.43%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=3.87%
G=62.43%
B=33.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7113610.9400.460.56150.5788.3323.53
Hex7713D5E02E38975818
Octal7161751360567022713030
Binary11111100011111011011110010111011100010010111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07713D; }

 p { color: rgb(7,113,61); }

 H1.HeaderClassName
 {
   color: #07713D;
 }
 .AnyTagClassName
 {
   color: #07713D;
 }
</style>
background-color css

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

 a { background-color: rgb(7,113,61); }

 div.DivClassName
 {
   background-color: #07713D;
 }
 .BgClassName
 {
   background-color: #07713D;
 }
</style>
border-color css

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

 span { border-color: rgb(7,113,61); }

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