Html Css Color HEX #09865A Deep Sea

📋 copy color: '#09865A'

red 9 ◦ green 134 ◦ blue 90

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

Shades of Deep Sea #09865A

Tints of Deep Sea #09865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 3.86%
G = 57.51%
B = 38.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#09865A (or 0x09865A) is known color: Deep Sea. HEX triplet: 09, 86 and 5A. RGB value is (9,134,90). Sum of RGB (Red+Green+Blue) = 9+134+90=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #09865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09865A is #F679A5. Grayscale: #5B5B5B. Windows color (decimal): -16152998 or 5932553. OLE color: 5932553.

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

Color convert

RGB 9 134 90 -
CMYK 0.93 0 0.33 0.47
HSL 158.88º 0.87% 0.28% -
HSV(B) 158.88º 0.93% 0.53% -
XYZ 10.48 17.85 12.57 -
YUV 91.61 127.09 69.08 -
System Red Green Blue C M Y K H S L
Decimal 9 134 90 0.93 0 0.33 0.47 158.88 0.87 0.28
Hex 9 86 5A 5D 0 21 2F 9F 57 1C
Octal 11 206 132 135 0 41 57 237 127 34
Binary 1001 10000110 1011010 1011101 0 100001 101111 10011111 1010111 11100

Color Harmonies of #09865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09865A

Black with #09865A

Text Example


Text Example

White with #09865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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