Html Css Color HEX #09855F Deep Sea

📋 copy color: '#09855F'

red 9 ◦ green 133 ◦ blue 95

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

Shades of Deep Sea #09855F

Tints of Deep Sea #09855F

RGB

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

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

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

R = 3.8%
G = 56.12%
B = 40.08%

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

#09855F (or 0x09855F) is known color: Deep Sea. HEX triplet: 09, 85 and 5F. RGB value is (9,133,95). Sum of RGB (Red+Green+Blue) = 9+133+95=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #09855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09855F is #F67AA0. Grayscale: #5B5B5B. Windows color (decimal): -16153249 or 6259977. OLE color: 6259977.

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

Color convert

RGB 9 133 95 -
CMYK 0.93 0 0.29 0.48
HSL 161.61º 0.87% 0.28% -
HSV(B) 161.61º 0.93% 0.52% -
XYZ 10.57 17.66 13.68 -
YUV 91.59 129.92 69.09 -
System Red Green Blue C M Y K H S L
Decimal 9 133 95 0.93 0 0.29 0.48 161.61 0.87 0.28
Hex 9 85 5F 5D 0 1D 30 A2 57 1C
Octal 11 205 137 135 0 35 60 242 127 34
Binary 1001 10000101 1011111 1011101 0 11101 110000 10100010 1010111 11100

Color Harmonies of #09855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09855F

Black with #09855F

Text Example


Text Example

White with #09855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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