#07683C

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

Shades of Jewel #07683C

Tints of Jewel #07683C

Color information

#07683C (or 0x07683C) is unknown color: approx Jewel. HEX triplet: 07, 68 and 3C. RGB value is (7,104,60). Sum of RGB (Red+Green+Blue) = 7+104+60=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #07683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07683C is #F897C3. Grayscale: #464646. Windows color (decimal): -16291780 or 3958791. OLE color: 3958791.

HSL color Cylindrical-coordinate representation of color #07683C: hue angle of 152.78º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07683C is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB710460-
CMYK0.9300.420.59
HSL152.78º87.39%21.76%-
HSV(B)152.78º93.27%40.78%-
XYZ5.8510.275.95-
YUV69.98122.3683.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 104 (41.02% from 255) = 60.82%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=4.09%
G=60.82%
B=35.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104600.9300.420.59152.7887.3921.76
Hex7683C5D02A3B995716
Octal7150741350527323112726
Binary11111010001111001011101010101011101110011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07683C; }

 p { color: rgb(7,104,60); }

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

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

 a { background-color: rgb(7,104,60); }

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

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

 span { border-color: rgb(7,104,60); }

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