Html Css Color HEX #09855E Deep Sea

📋 copy color: '#09855E'

red 9 ◦ green 133 ◦ blue 94

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

Shades of Deep Sea #09855E

Tints of Deep Sea #09855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.36%

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

R = 3.81%
G = 56.36%
B = 39.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#09855E (or 0x09855E) is known color: Deep Sea. HEX triplet: 09, 85 and 5E. RGB value is (9,133,94). Sum of RGB (Red+Green+Blue) = 9+133+94=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #09855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09855E is #F67AA1. Grayscale: #5B5B5B. Windows color (decimal): -16153250 or 6194441. OLE color: 6194441.

HSL color Cylindrical-coordinate representation of color #09855E: hue angle of 161.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09855E is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 94 -
CMYK 0.93 0 0.29 0.48
HSL 161.13º 0.87% 0.28% -
HSV(B) 161.13º 0.93% 0.52% -
XYZ 10.52 17.64 13.44 -
YUV 91.48 129.42 69.17 -
System Red Green Blue C M Y K H S L
Decimal 9 133 94 0.93 0 0.29 0.48 161.13 0.87 0.28
Hex 9 85 5E 5D 0 1D 30 A1 57 1C
Octal 11 205 136 135 0 35 60 241 127 34
Binary 1001 10000101 1011110 1011101 0 11101 110000 10100001 1010111 11100

Color Harmonies of #09855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09855E

Black with #09855E

Text Example


Text Example

White with #09855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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