#06713A

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

Shades of Jewel #06713A

Tints of Jewel #06713A

Color information

#06713A (or 0x06713A) is unknown color: approx Jewel. HEX triplet: 06, 71 and 3A. RGB value is (6,113,58). Sum of RGB (Red+Green+Blue) = 6+113+58=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #06713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06713A is #F98EC5. Grayscale: #4A4A4A. Windows color (decimal): -16355014 or 3830022. OLE color: 3830022.

HSL color Cylindrical-coordinate representation of color #06713A: hue angle of 149.16º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06713A is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB611358-
CMYK0.9500.490.56
HSL149.16º89.92%23.33%-
HSV(B)149.16º94.69%44.31%-
XYZ6.7412.155.99-
YUV74.74118.5578.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 113 (44.53% from 255) = 63.84%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=3.39%
G=63.84%
B=32.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113580.9500.490.56149.1689.9223.33
Hex6713A5F03138955a17
Octal6161721370617022513227
Binary11011100011110101011111011000111100010010101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06713A; }

 p { color: rgb(6,113,58); }

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

<style>
 a { background-color: #06713A; }

 a { background-color: rgb(6,113,58); }

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

<style>
 span { border-color: #06713A; }

 span { border-color: rgb(6,113,58); }

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