Html Css Color HEX #0D714B Jewel

📋 copy color: '#0D714B'

red 13 ◦ green 113 ◦ blue 75

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

Shades of Jewel #0D714B

Tints of Jewel #0D714B

RGB

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

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

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

R = 6.47%
G = 56.22%
B = 37.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#0D714B (or 0x0D714B) is known color: Jewel. HEX triplet: 0D, 71 and 4B. RGB value is (13,113,75). Sum of RGB (Red+Green+Blue) = 13+113+75=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #0D714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D714B is #F28EB4. Grayscale: #4E4E4E. Windows color (decimal): -15896245 or 4944141. OLE color: 4944141.

HSL color Cylindrical-coordinate representation of color #0D714B: hue angle of 157.2º 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 #0D714B is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 113 75 -
CMYK 0.88 0 0.34 0.56
HSL 157.2º 0.79% 0.25% -
HSV(B) 157.2º 0.88% 0.44% -
XYZ 7.34 12.4 8.66 -
YUV 78.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 13 113 75 0.88 0 0.34 0.56 157.2 0.79 0.25
Hex D 71 4B 58 0 22 38 9D 4F 19
Octal 15 161 113 130 0 42 70 235 117 31
Binary 1101 1110001 1001011 1011000 0 100010 111000 10011101 1001111 11001

Color Harmonies of #0D714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D714B

Black with #0D714B

Text Example


Text Example

White with #0D714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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