#076B3D

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

Shades of Jewel #076B3D

Tints of Jewel #076B3D

Color information

#076B3D (or 0x076B3D) is unknown color: approx Jewel. HEX triplet: 07, 6B and 3D. RGB value is (7,107,61). Sum of RGB (Red+Green+Blue) = 7+107+61=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #076B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B3D is #F894C2. Grayscale: #474747. Windows color (decimal): -16291011 or 4025095. OLE color: 4025095.

HSL color Cylindrical-coordinate representation of color #076B3D: hue angle of 152.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B3D is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB710761-
CMYK0.9300.430.58
HSL152.4º87.72%22.35%-
HSV(B)152.4º93.46%41.96%-
XYZ6.1910.96.19-
YUV71.86121.8781.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 107 (42.19% from 255) = 61.14%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=4%
G=61.14%
B=34.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7107610.9300.430.58152.487.7222.35
Hex76B3D5D02B3A985816
Octal7153751350537223013026
Binary11111010111111011011101010101111101010011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076B3D; }

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

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

<style>
 a { background-color: #076B3D; }

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

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

<style>
 span { border-color: #076B3D; }

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

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