Html Css Color HEX #0D693F Jewel

📋 copy color: '#0D693F'

red 13 ◦ green 105 ◦ blue 63

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

Shades of Jewel #0D693F

Tints of Jewel #0D693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

 BLUE value IS 63 (25% from 255) = 34.81%

R = 7.18%
G = 58.01%
B = 34.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#0D693F (or 0x0D693F) is known color: Jewel. HEX triplet: 0D, 69 and 3F. RGB value is (13,105,63). Sum of RGB (Red+Green+Blue) = 13+105+63=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #0D693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D693F is #F296C0. Grayscale: #484848. Windows color (decimal): -15898305 or 4155661. OLE color: 4155661.

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

Color convert

RGB 13 105 63 -
CMYK 0.88 0 0.4 0.59
HSL 152.61º 0.78% 0.23% -
HSV(B) 152.61º 0.88% 0.41% -
XYZ 6.11 10.55 6.42 -
YUV 72.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 13 105 63 0.88 0 0.4 0.59 152.61 0.78 0.23
Hex D 69 3F 58 0 28 3B 99 4E 17
Octal 15 151 77 130 0 50 73 231 116 27
Binary 1101 1101001 111111 1011000 0 101000 111011 10011001 1001110 10111

Color Harmonies of #0D693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D693F

Black with #0D693F

Text Example


Text Example

White with #0D693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,105,63); }

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

background-color css

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

 a { background-color: rgb(13,105,63); }

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

border-color css

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

 span { border-color: rgb(13,105,63); }

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