Html Css Color HEX #0D6146 Jewel

📋 copy color: '#0D6146'

red 13 ◦ green 97 ◦ blue 70

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

Shades of Jewel #0D6146

Tints of Jewel #0D6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.89%

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

R = 7.22%
G = 53.89%
B = 38.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#0D6146 (or 0x0D6146) is known color: Jewel. HEX triplet: 0D, 61 and 46. RGB value is (13,97,70). Sum of RGB (Red+Green+Blue) = 13+97+70=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6146 is #F29EB9. Grayscale: #444444. Windows color (decimal): -15900346 or 4612365. OLE color: 4612365.

HSL color Cylindrical-coordinate representation of color #0D6146: hue angle of 160.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6146 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 97 70 -
CMYK 0.87 0 0.28 0.62
HSL 160.71º 0.76% 0.22% -
HSV(B) 160.71º 0.87% 0.38% -
XYZ 5.55 9.08 7.25 -
YUV 68.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 13 97 70 0.87 0 0.28 0.62 160.71 0.76 0.22
Hex D 61 46 57 0 1C 3E A1 4C 16
Octal 15 141 106 127 0 34 76 241 114 26
Binary 1101 1100001 1000110 1010111 0 11100 111110 10100001 1001100 10110

Color Harmonies of #0D6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6146

Black with #0D6146

Text Example


Text Example

White with #0D6146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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