#07683D

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

Shades of Jewel #07683D

Tints of Jewel #07683D

Color information

#07683D (or 0x07683D) is unknown color: approx Jewel. HEX triplet: 07, 68 and 3D. RGB value is (7,104,61). Sum of RGB (Red+Green+Blue) = 7+104+61=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #07683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07683D is #F897C2. Grayscale: #464646. Windows color (decimal): -16291779 or 4024327. OLE color: 4024327.

HSL color Cylindrical-coordinate representation of color #07683D: hue angle of 153.4º 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 #07683D is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB710461-
CMYK0.9300.410.59
HSL153.4º87.39%21.76%-
HSV(B)153.4º93.27%40.78%-
XYZ5.8810.286.09-
YUV70.1122.8683-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=4.07%
G=60.47%
B=35.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104610.9300.410.59153.487.3921.76
Hex7683D5D0293B995716
Octal7150751350517323112726
Binary11111010001111011011101010100111101110011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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