#0D6F3F

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

Shades of Jewel #0D6F3F

Tints of Jewel #0D6F3F

Color information

#0D6F3F (or 0x0D6F3F) is unknown color: approx Jewel. HEX triplet: 0D, 6F and 3F. RGB value is (13,111,63). Sum of RGB (Red+Green+Blue) = 13+111+63=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6F3F is #F290C0. Grayscale: #4C4C4C. Windows color (decimal): -15896769 or 4157197. OLE color: 4157197.

HSL color Cylindrical-coordinate representation of color #0D6F3F: hue angle of 150.61º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F3F is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1311163-
CMYK0.8800.430.56
HSL150.61º79.03%24.31%-
HSV(B)150.61º88.29%43.53%-
XYZ6.7511.816.63-
YUV76.23120.5382.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 111 (43.75% from 255) = 59.36%
BLUE value IS 63 (25% from 255) = 33.69%
R=6.95%
G=59.36%
B=33.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13111630.8800.430.56150.6179.0324.31
HexD6F3F5802B38974f18
Octal15157771300537022711730
Binary110111011111111111011000010101111100010010111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6F3F; }

 p { color: rgb(13,111,63); }

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

<style>
 a { background-color: #0D6F3F; }

 a { background-color: rgb(13,111,63); }

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

<style>
 span { border-color: #0D6F3F; }

 span { border-color: rgb(13,111,63); }

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