Html Css Color HEX #0D875C Deep Sea

📋 copy color: '#0D875C'

red 13 ◦ green 135 ◦ blue 92

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

Shades of Deep Sea #0D875C

Tints of Deep Sea #0D875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 5.42%
G = 56.25%
B = 38.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#0D875C (or 0x0D875C) is known color: Deep Sea. HEX triplet: 0D, 87 and 5C. RGB value is (13,135,92). Sum of RGB (Red+Green+Blue) = 13+135+92=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #0D875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D875C is #F278A3. Grayscale: #5D5D5D. Windows color (decimal): -15890596 or 6063885. OLE color: 6063885.

HSL color Cylindrical-coordinate representation of color #0D875C: hue angle of 158.85º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D875C is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 135 92 -
CMYK 0.90 0 0.32 0.47
HSL 158.85º 0.82% 0.29% -
HSV(B) 158.85º 0.9% 0.53% -
XYZ 10.76 18.19 13.07 -
YUV 93.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 13 135 92 0.90 0 0.32 0.47 158.85 0.82 0.29
Hex D 87 5C 5A 0 20 2F 9F 52 1D
Octal 15 207 134 132 0 40 57 237 122 35
Binary 1101 10000111 1011100 1011010 0 100000 101111 10011111 1010010 11101

Color Harmonies of #0D875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D875C

Black with #0D875C

Text Example


Text Example

White with #0D875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,135,92); }

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

background-color css

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

 a { background-color: rgb(13,135,92); }

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

border-color css

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

 span { border-color: rgb(13,135,92); }

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