Html Css Color HEX #0D724B Jewel

📋 copy color: '#0D724B'

red 13 ◦ green 114 ◦ blue 75

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

Shades of Jewel #0D724B

Tints of Jewel #0D724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 6.44%
G = 56.44%
B = 37.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#0D724B (or 0x0D724B) is known color: Jewel. HEX triplet: 0D, 72 and 4B. RGB value is (13,114,75). Sum of RGB (Red+Green+Blue) = 13+114+75=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #0D724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D724B is #F28DB4. Grayscale: #4F4F4F. Windows color (decimal): -15895989 or 4944397. OLE color: 4944397.

HSL color Cylindrical-coordinate representation of color #0D724B: hue angle of 156.83º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D724B is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 114 75 -
CMYK 0.89 0 0.34 0.55
HSL 156.83º 0.8% 0.25% -
HSV(B) 156.83º 0.89% 0.45% -
XYZ 7.45 12.63 8.7 -
YUV 79.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 13 114 75 0.89 0 0.34 0.55 156.83 0.8 0.25
Hex D 72 4B 59 0 22 37 9D 50 19
Octal 15 162 113 131 0 42 67 235 120 31
Binary 1101 1110010 1001011 1011001 0 100010 110111 10011101 1010000 11001

Color Harmonies of #0D724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D724B

Black with #0D724B

Text Example


Text Example

White with #0D724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,114,75); }

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

background-color css

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

 a { background-color: rgb(13,114,75); }

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

border-color css

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

 span { border-color: rgb(13,114,75); }

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