Html Css Color HEX #09865D Deep Sea

📋 copy color: '#09865D'

red 9 ◦ green 134 ◦ blue 93

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

Shades of Deep Sea #09865D

Tints of Deep Sea #09865D

RGB

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

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

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

R = 3.81%
G = 56.78%
B = 39.41%

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

#09865D (or 0x09865D) is known color: Deep Sea. HEX triplet: 09, 86 and 5D. RGB value is (9,134,93). Sum of RGB (Red+Green+Blue) = 9+134+93=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #09865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09865D is #F679A2. Grayscale: #5B5B5B. Windows color (decimal): -16152995 or 6129161. OLE color: 6129161.

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

Color convert

RGB 9 134 93 -
CMYK 0.93 0 0.31 0.47
HSL 160.32º 0.87% 0.28% -
HSV(B) 160.32º 0.93% 0.53% -
XYZ 10.61 17.9 13.25 -
YUV 91.95 128.59 68.83 -
System Red Green Blue C M Y K H S L
Decimal 9 134 93 0.93 0 0.31 0.47 160.32 0.87 0.28
Hex 9 86 5D 5D 0 1F 2F A0 57 1C
Octal 11 206 135 135 0 37 57 240 127 34
Binary 1001 10000110 1011101 1011101 0 11111 101111 10100000 1010111 11100

Color Harmonies of #09865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09865D

Black with #09865D

Text Example


Text Example

White with #09865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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