Html Css Color HEX #0D7768 Deep Sea

📋 copy color: '#0D7768'

red 13 ◦ green 119 ◦ blue 104

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

Shades of Deep Sea #0D7768

Tints of Deep Sea #0D7768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 5.51%
G = 50.42%
B = 44.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#0D7768 (or 0x0D7768) is known color: Deep Sea. HEX triplet: 0D, 77 and 68. RGB value is (13,119,104). Sum of RGB (Red+Green+Blue) = 13+119+104=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7768 is #F28897. Grayscale: #555555. Windows color (decimal): -15894680 or 6846221. OLE color: 6846221.

HSL color Cylindrical-coordinate representation of color #0D7768: hue angle of 171.51º degrees, saturation: 0.8, 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 #0D7768 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 119 104 -
CMYK 0.89 0 0.13 0.53
HSL 171.51º 0.8% 0.26% -
HSV(B) 171.51º 0.89% 0.47% -
XYZ 9.26 14.28 15.36 -
YUV 85.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 13 119 104 0.89 0 0.13 0.53 171.51 0.8 0.26
Hex D 77 68 59 0 D 35 AC 50 1A
Octal 15 167 150 131 0 15 65 254 120 32
Binary 1101 1110111 1101000 1011001 0 1101 110101 10101100 1010000 11010

Color Harmonies of #0D7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7768

Black with #0D7768

Text Example


Text Example

White with #0D7768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,119,104); }

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

background-color css

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

 a { background-color: rgb(13,119,104); }

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

border-color css

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

 span { border-color: rgb(13,119,104); }

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