Html Css Color HEX #0A865F Deep Sea

📋 copy color: '#0A865F'

red 10 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #0A865F

Tints of Deep Sea #0A865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 4.18%
G = 56.07%
B = 39.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#0A865F (or 0x0A865F) is known color: Deep Sea. HEX triplet: 0A, 86 and 5F. RGB value is (10,134,95). Sum of RGB (Red+Green+Blue) = 10+134+95=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #0A865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A865F is #F579A0. Grayscale: #5C5C5C. Windows color (decimal): -16087457 or 6260234. OLE color: 6260234.

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

Color convert

RGB 10 134 95 -
CMYK 0.93 0 0.29 0.47
HSL 161.13º 0.86% 0.28% -
HSV(B) 161.13º 0.93% 0.53% -
XYZ 10.72 17.94 13.72 -
YUV 92.48 129.42 69.17 -
System Red Green Blue C M Y K H S L
Decimal 10 134 95 0.93 0 0.29 0.47 161.13 0.86 0.28
Hex A 86 5F 5D 0 1D 2F A1 56 1C
Octal 12 206 137 135 0 35 57 241 126 34
Binary 1010 10000110 1011111 1011101 0 11101 101111 10100001 1010110 11100

Color Harmonies of #0A865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A865F

Black with #0A865F

Text Example


Text Example

White with #0A865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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