Html Css Color HEX #0D795F Deep Sea

📋 copy color: '#0D795F'

red 13 ◦ green 121 ◦ blue 95

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

Shades of Deep Sea #0D795F

Tints of Deep Sea #0D795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.84%

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

R = 5.68%
G = 52.84%
B = 41.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#0D795F (or 0x0D795F) is known color: Deep Sea. HEX triplet: 0D, 79 and 5F. RGB value is (13,121,95). Sum of RGB (Red+Green+Blue) = 13+121+95=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #0D795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D795F is #F286A0. Grayscale: #555555. Windows color (decimal): -15894177 or 6256909. OLE color: 6256909.

HSL color Cylindrical-coordinate representation of color #0D795F: hue angle of 165.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D795F is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 121 95 -
CMYK 0.89 0 0.21 0.53
HSL 165.56º 0.81% 0.26% -
HSV(B) 165.56º 0.89% 0.47% -
XYZ 9.07 14.59 13.16 -
YUV 85.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 13 121 95 0.89 0 0.21 0.53 165.56 0.81 0.26
Hex D 79 5F 59 0 15 35 A6 51 1A
Octal 15 171 137 131 0 25 65 246 121 32
Binary 1101 1111001 1011111 1011001 0 10101 110101 10100110 1010001 11010

Color Harmonies of #0D795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D795F

Black with #0D795F

Text Example


Text Example

White with #0D795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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