Html Css Color HEX #09805F Deep Sea

📋 copy color: '#09805F'

red 9 ◦ green 128 ◦ blue 95

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

Shades of Deep Sea #09805F

Tints of Deep Sea #09805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 3.88%
G = 55.17%
B = 40.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#09805F (or 0x09805F) is known color: Deep Sea. HEX triplet: 09, 80 and 5F. RGB value is (9,128,95). Sum of RGB (Red+Green+Blue) = 9+128+95=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #09805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09805F is #F67FA0. Grayscale: #585858. Windows color (decimal): -16154529 or 6258697. OLE color: 6258697.

HSL color Cylindrical-coordinate representation of color #09805F: hue angle of 163.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09805F is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 95 -
CMYK 0.93 0 0.26 0.50
HSL 163.36º 0.87% 0.27% -
HSV(B) 163.36º 0.93% 0.5% -
XYZ 9.9 16.32 13.46 -
YUV 88.66 131.58 71.18 -
System Red Green Blue C M Y K H S L
Decimal 9 128 95 0.93 0 0.26 0.50 163.36 0.87 0.27
Hex 9 80 5F 5D 0 1A 32 A3 57 1B
Octal 11 200 137 135 0 32 62 243 127 33
Binary 1001 10000000 1011111 1011101 0 11010 110010 10100011 1010111 11011

Color Harmonies of #09805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09805F

Black with #09805F

Text Example


Text Example

White with #09805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09805F; }

 p { color: rgb(9,128,95); }

 H1.HeaderClassName
 {
   color: #09805F;
 }
 .AnyTagClassName
 {
   color: #09805F;
 }
</style>

background-color css

<style>
 a { background-color: #09805F; }

 a { background-color: rgb(9,128,95); }

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

border-color css

<style>
 span { border-color: #09805F; }

 span { border-color: rgb(9,128,95); }

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