Html Css Color HEX #09875C Deep Sea

📋 copy color: '#09875C'

red 9 ◦ green 135 ◦ blue 92

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

Shades of Deep Sea #09875C

Tints of Deep Sea #09875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.2%

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 3.81%
G = 57.2%
B = 38.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#09875C (or 0x09875C) is known color: Deep Sea. HEX triplet: 09, 87 and 5C. RGB value is (9,135,92). Sum of RGB (Red+Green+Blue) = 9+135+92=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #09875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09875C is #F678A3. Grayscale: #5C5C5C. Windows color (decimal): -16152740 or 6063881. OLE color: 6063881.

HSL color Cylindrical-coordinate representation of color #09875C: hue angle of 159.52º degrees, saturation: 0.88, 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 #09875C is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 135 92 -
CMYK 0.93 0 0.32 0.47
HSL 159.52º 0.88% 0.28% -
HSV(B) 159.52º 0.93% 0.53% -
XYZ 10.71 18.16 13.07 -
YUV 92.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 9 135 92 0.93 0 0.32 0.47 159.52 0.88 0.28
Hex 9 87 5C 5D 0 20 2F A0 58 1C
Octal 11 207 134 135 0 40 57 240 130 34
Binary 1001 10000111 1011100 1011101 0 100000 101111 10100000 1011000 11100

Color Harmonies of #09875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09875C

Black with #09875C

Text Example


Text Example

White with #09875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09875C; }

 p { color: rgb(9,135,92); }

 H1.HeaderClassName
 {
   color: #09875C;
 }
 .AnyTagClassName
 {
   color: #09875C;
 }
</style>

background-color css

<style>
 a { background-color: #09875C; }

 a { background-color: rgb(9,135,92); }

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

border-color css

<style>
 span { border-color: #09875C; }

 span { border-color: rgb(9,135,92); }

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