Html Css Color HEX #0D714A Jewel

📋 copy color: '#0D714A'

red 13 ◦ green 113 ◦ blue 74

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

Shades of Jewel #0D714A

Tints of Jewel #0D714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.5%

 BLUE value IS 74 (29.3% from 255) = 37%

R = 6.5%
G = 56.5%
B = 37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#0D714A (or 0x0D714A) is known color: Jewel. HEX triplet: 0D, 71 and 4A. RGB value is (13,113,74). Sum of RGB (Red+Green+Blue) = 13+113+74=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #0D714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D714A is #F28EB5. Grayscale: #4E4E4E. Windows color (decimal): -15896246 or 4878605. OLE color: 4878605.

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

Color convert

RGB 13 113 74 -
CMYK 0.88 0 0.35 0.56
HSL 156.6º 0.79% 0.25% -
HSV(B) 156.6º 0.88% 0.44% -
XYZ 7.31 12.39 8.48 -
YUV 78.65 125.37 81.17 -
System Red Green Blue C M Y K H S L
Decimal 13 113 74 0.88 0 0.35 0.56 156.6 0.79 0.25
Hex D 71 4A 58 0 23 38 9D 4F 19
Octal 15 161 112 130 0 43 70 235 117 31
Binary 1101 1110001 1001010 1011000 0 100011 111000 10011101 1001111 11001

Color Harmonies of #0D714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D714A

Black with #0D714A

Text Example


Text Example

White with #0D714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,113,74); }

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

background-color css

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

 a { background-color: rgb(13,113,74); }

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

border-color css

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

 span { border-color: rgb(13,113,74); }

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