Html Css Color HEX #0A865D Deep Sea

📋 copy color: '#0A865D'

red 10 ◦ green 134 ◦ blue 93

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

Shades of Deep Sea #0A865D

Tints of Deep Sea #0A865D

RGB

 RED value IS 10 (4.3% from 255) = 4.22%

 GREEN value IS 134 (52.73% from 255) = 56.54%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 4.22%
G = 56.54%
B = 39.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#0A865D (or 0x0A865D) is known color: Deep Sea. HEX triplet: 0A, 86 and 5D. RGB value is (10,134,93). Sum of RGB (Red+Green+Blue) = 10+134+93=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #0A865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A865D is #F579A2. Grayscale: #5C5C5C. Windows color (decimal): -16087459 or 6129162. OLE color: 6129162.

HSL color Cylindrical-coordinate representation of color #0A865D: hue angle of 160.16º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A865D is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 134 93 -
CMYK 0.93 0 0.31 0.47
HSL 160.16º 0.86% 0.28% -
HSV(B) 160.16º 0.93% 0.53% -
XYZ 10.63 17.91 13.25 -
YUV 92.25 128.42 69.33 -
System Red Green Blue C M Y K H S L
Decimal 10 134 93 0.93 0 0.31 0.47 160.16 0.86 0.28
Hex A 86 5D 5D 0 1F 2F A0 56 1C
Octal 12 206 135 135 0 37 57 240 126 34
Binary 1010 10000110 1011101 1011101 0 11111 101111 10100000 1010110 11100

Color Harmonies of #0A865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A865D

Black with #0A865D

Text Example


Text Example

White with #0A865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,93); }

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

background-color css

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

 a { background-color: rgb(10,134,93); }

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

border-color css

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

 span { border-color: rgb(10,134,93); }

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