Html Css Color HEX #09846A Deep Sea

📋 copy color: '#09846A'

red 9 ◦ green 132 ◦ blue 106

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

Shades of Deep Sea #09846A

Tints of Deep Sea #09846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

 BLUE value IS 106 (41.8% from 255) = 42.91%

R = 3.64%
G = 53.44%
B = 42.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#09846A (or 0x09846A) is known color: Deep Sea. HEX triplet: 09, 84 and 6A. RGB value is (9,132,106). Sum of RGB (Red+Green+Blue) = 9+132+106=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #09846A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09846A is #F67B95. Grayscale: #5C5C5C. Windows color (decimal): -16153494 or 6980617. OLE color: 6980617.

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

Color convert

RGB 9 132 106 -
CMYK 0.93 0 0.20 0.48
HSL 167.32º 0.87% 0.28% -
HSV(B) 167.32º 0.93% 0.52% -
XYZ 10.97 17.6 16.46 -
YUV 92.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 9 132 106 0.93 0 0.20 0.48 167.32 0.87 0.28
Hex 9 84 6A 5D 0 14 30 A7 57 1C
Octal 11 204 152 135 0 24 60 247 127 34
Binary 1001 10000100 1101010 1011101 0 10100 110000 10100111 1010111 11100

Color Harmonies of #09846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09846A

Black with #09846A

Text Example


Text Example

White with #09846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,132,106); }

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

background-color css

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

 a { background-color: rgb(9,132,106); }

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

border-color css

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

 span { border-color: rgb(9,132,106); }

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