#06713D

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

Shades of Jewel #06713D

Tints of Jewel #06713D

Color information

#06713D (or 0x06713D) is unknown color: approx Jewel. HEX triplet: 06, 71 and 3D. RGB value is (6,113,61). Sum of RGB (Red+Green+Blue) = 6+113+61=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #06713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06713D is #F98EC2. Grayscale: #4B4B4B. Windows color (decimal): -16355011 or 4026630. OLE color: 4026630.

HSL color Cylindrical-coordinate representation of color #06713D: hue angle of 150.84º 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 #06713D is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB611361-
CMYK0.9500.460.56
HSL150.84º89.92%23.33%-
HSV(B)150.84º94.69%44.31%-
XYZ6.8212.196.41-
YUV75.08120.0578.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=3.33%
G=62.78%
B=33.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113610.9500.460.56150.8489.9223.33
Hex6713D5F02E38975a17
Octal6161751370567022713227
Binary11011100011111011011111010111011100010010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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