#07663D

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

Shades of Jewel #07663D

Tints of Jewel #07663D

Color information

#07663D (or 0x07663D) is unknown color: approx Jewel. HEX triplet: 07, 66 and 3D. RGB value is (7,102,61). Sum of RGB (Red+Green+Blue) = 7+102+61=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #07663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07663D is #F899C2. Grayscale: #444444. Windows color (decimal): -16292291 or 4023815. OLE color: 4023815.

HSL color Cylindrical-coordinate representation of color #07663D: hue angle of 154.11º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07663D is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB710261-
CMYK0.9300.400.6
HSL154.11º87.16%21.37%-
HSV(B)154.11º93.14%40%-
XYZ5.689.886.02-
YUV68.92123.5383.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=4.12%
G=60%
B=35.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102610.9300.400.6154.1187.1621.37
Hex7663D5D0283C9a5715
Octal7146751350507423212725
Binary11111001101111011011101010100011110010011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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