Html Css Color HEX #0A865B Deep Sea

📋 copy color: '#0A865B'

red 10 ◦ green 134 ◦ blue 91

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

Shades of Deep Sea #0A865B

Tints of Deep Sea #0A865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 4.26%
G = 57.02%
B = 38.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#0A865B (or 0x0A865B) is known color: Deep Sea. HEX triplet: 0A, 86 and 5B. RGB value is (10,134,91). Sum of RGB (Red+Green+Blue) = 10+134+91=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #0A865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A865B is #F579A4. Grayscale: #5C5C5C. Windows color (decimal): -16087461 or 5998090. OLE color: 5998090.

HSL color Cylindrical-coordinate representation of color #0A865B: hue angle of 159.19º 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 #0A865B is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 134 91 -
CMYK 0.93 0 0.32 0.47
HSL 159.19º 0.86% 0.28% -
HSV(B) 159.19º 0.93% 0.53% -
XYZ 10.54 17.87 12.79 -
YUV 92.02 127.42 69.5 -
System Red Green Blue C M Y K H S L
Decimal 10 134 91 0.93 0 0.32 0.47 159.19 0.86 0.28
Hex A 86 5B 5D 0 20 2F 9F 56 1C
Octal 12 206 133 135 0 40 57 237 126 34
Binary 1010 10000110 1011011 1011101 0 100000 101111 10011111 1010110 11100

Color Harmonies of #0A865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A865B

Black with #0A865B

Text Example


Text Example

White with #0A865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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