Html Css Color HEX #09865E Deep Sea

📋 copy color: '#09865E'

red 9 ◦ green 134 ◦ blue 94

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

Shades of Deep Sea #09865E

Tints of Deep Sea #09865E

RGB

 RED value IS 9 (3.91% from 255) = 3.8%

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

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 3.8%
G = 56.54%
B = 39.66%

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

#09865E (or 0x09865E) is known color: Deep Sea. HEX triplet: 09, 86 and 5E. RGB value is (9,134,94). Sum of RGB (Red+Green+Blue) = 9+134+94=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #09865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09865E is #F679A1. Grayscale: #5C5C5C. Windows color (decimal): -16152994 or 6194697. OLE color: 6194697.

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

Color convert

RGB 9 134 94 -
CMYK 0.93 0 0.30 0.47
HSL 160.8º 0.87% 0.28% -
HSV(B) 160.8º 0.93% 0.53% -
XYZ 10.66 17.92 13.49 -
YUV 92.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 9 134 94 0.93 0 0.30 0.47 160.8 0.87 0.28
Hex 9 86 5E 5D 0 1E 2F A1 57 1C
Octal 11 206 136 135 0 36 57 241 127 34
Binary 1001 10000110 1011110 1011101 0 11110 101111 10100001 1010111 11100

Color Harmonies of #09865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09865E

Black with #09865E

Text Example


Text Example

White with #09865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09865E; }

 p { color: rgb(9,134,94); }

 H1.HeaderClassName
 {
   color: #09865E;
 }
 .AnyTagClassName
 {
   color: #09865E;
 }
</style>

background-color css

<style>
 a { background-color: #09865E; }

 a { background-color: rgb(9,134,94); }

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

border-color css

<style>
 span { border-color: #09865E; }

 span { border-color: rgb(9,134,94); }

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