Html Css Color HEX #0A875F Deep Sea

📋 copy color: '#0A875F'

red 10 ◦ green 135 ◦ blue 95

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

Shades of Deep Sea #0A875F

Tints of Deep Sea #0A875F

RGB

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

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

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

R = 4.17%
G = 56.25%
B = 39.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#0A875F (or 0x0A875F) is known color: Deep Sea. HEX triplet: 0A, 87 and 5F. RGB value is (10,135,95). Sum of RGB (Red+Green+Blue) = 10+135+95=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #0A875F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A875F is #F578A0. Grayscale: #5D5D5D. Windows color (decimal): -16087201 or 6260490. OLE color: 6260490.

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

Color convert

RGB 10 135 95 -
CMYK 0.93 0 0.30 0.47
HSL 160.8º 0.86% 0.28% -
HSV(B) 160.8º 0.93% 0.53% -
XYZ 10.85 18.22 13.77 -
YUV 93.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 10 135 95 0.93 0 0.30 0.47 160.8 0.86 0.28
Hex A 87 5F 5D 0 1E 2F A1 56 1C
Octal 12 207 137 135 0 36 57 241 126 34
Binary 1010 10000111 1011111 1011101 0 11110 101111 10100001 1010110 11100

Color Harmonies of #0A875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A875F

Black with #0A875F

Text Example


Text Example

White with #0A875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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