Html Css Color HEX #0D856A Deep Sea

📋 copy color: '#0D856A'

red 13 ◦ green 133 ◦ blue 106

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

Shades of Deep Sea #0D856A

Tints of Deep Sea #0D856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 5.16%
G = 52.78%
B = 42.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#0D856A (or 0x0D856A) is known color: Deep Sea. HEX triplet: 0D, 85 and 6A. RGB value is (13,133,106). Sum of RGB (Red+Green+Blue) = 13+133+106=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #0D856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D856A is #F27A95. Grayscale: #5E5E5E. Windows color (decimal): -15891094 or 6980877. OLE color: 6980877.

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

Color convert

RGB 13 133 106 -
CMYK 0.90 0 0.20 0.48
HSL 166.5º 0.82% 0.29% -
HSV(B) 166.5º 0.9% 0.52% -
XYZ 11.16 17.9 16.5 -
YUV 94.04 134.74 70.2 -
System Red Green Blue C M Y K H S L
Decimal 13 133 106 0.90 0 0.20 0.48 166.5 0.82 0.29
Hex D 85 6A 5A 0 14 30 A6 52 1D
Octal 15 205 152 132 0 24 60 246 122 35
Binary 1101 10000101 1101010 1011010 0 10100 110000 10100110 1010010 11101

Color Harmonies of #0D856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D856A

Black with #0D856A

Text Example


Text Example

White with #0D856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,133,106); }

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

background-color css

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

 a { background-color: rgb(13,133,106); }

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

border-color css

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

 span { border-color: rgb(13,133,106); }

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