Html Css Color HEX #0D7C5F Deep Sea

📋 copy color: '#0D7C5F'

red 13 ◦ green 124 ◦ blue 95

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

Shades of Deep Sea #0D7C5F

Tints of Deep Sea #0D7C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.45%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 5.6%
G = 53.45%
B = 40.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#0D7C5F (or 0x0D7C5F) is known color: Deep Sea. HEX triplet: 0D, 7C and 5F. RGB value is (13,124,95). Sum of RGB (Red+Green+Blue) = 13+124+95=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7C5F is #F283A0. Grayscale: #575757. Windows color (decimal): -15893409 or 6257677. OLE color: 6257677.

HSL color Cylindrical-coordinate representation of color #0D7C5F: hue angle of 164.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C5F is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 124 95 -
CMYK 0.90 0 0.23 0.51
HSL 164.32º 0.81% 0.27% -
HSV(B) 164.32º 0.9% 0.49% -
XYZ 9.44 15.33 13.29 -
YUV 87.51 132.23 74.86 -
System Red Green Blue C M Y K H S L
Decimal 13 124 95 0.90 0 0.23 0.51 164.32 0.81 0.27
Hex D 7C 5F 5A 0 17 33 A4 51 1B
Octal 15 174 137 132 0 27 63 244 121 33
Binary 1101 1111100 1011111 1011010 0 10111 110011 10100100 1010001 11011

Color Harmonies of #0D7C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7C5F

Black with #0D7C5F

Text Example


Text Example

White with #0D7C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,124,95); }

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

background-color css

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

 a { background-color: rgb(13,124,95); }

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

border-color css

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

 span { border-color: rgb(13,124,95); }

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