Html Css Color HEX #0D6746 Jewel

📋 copy color: '#0D6746'

red 13 ◦ green 103 ◦ blue 70

#0D6746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #0D6746

Tints of Jewel #0D6746

RGB

 RED value IS 13 (5.47% from 255) = 6.99%

 GREEN value IS 103 (40.63% from 255) = 55.38%

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 6.99%
G = 55.38%
B = 37.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#0D6746 (or 0x0D6746) is known color: Jewel. HEX triplet: 0D, 67 and 46. RGB value is (13,103,70). Sum of RGB (Red+Green+Blue) = 13+103+70=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #0D6746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6746 is #F298B9. Grayscale: #484848. Windows color (decimal): -15898810 or 4613901. OLE color: 4613901.

HSL color Cylindrical-coordinate representation of color #0D6746: hue angle of 158º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6746 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 13 103 70 -
CMYK 0.87 0 0.32 0.60
HSL 158º 0.78% 0.23% -
HSV(B) 158º 0.87% 0.4% -
XYZ 6.12 10.23 7.45 -
YUV 72.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 13 103 70 0.87 0 0.32 0.60 158 0.78 0.23
Hex D 67 46 57 0 20 3C 9E 4E 17
Octal 15 147 106 127 0 40 74 236 116 27
Binary 1101 1100111 1000110 1010111 0 100000 111100 10011110 1001110 10111

Color Harmonies of #0D6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6746

Black with #0D6746

Text Example


Text Example

White with #0D6746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,103,70); }

 H1.HeaderClassName
 {
   color: #0D6746;
 }
 .AnyTagClassName
 {
   color: #0D6746;
 }
</style>

background-color css

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

 a { background-color: rgb(13,103,70); }

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

border-color css

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

 span { border-color: rgb(13,103,70); }

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