Html Css Color HEX #09875E Deep Sea

📋 copy color: '#09875E'

red 9 ◦ green 135 ◦ blue 94

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

Shades of Deep Sea #09875E

Tints of Deep Sea #09875E

RGB

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

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

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

R = 3.78%
G = 56.72%
B = 39.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#09875E (or 0x09875E) is known color: Deep Sea. HEX triplet: 09, 87 and 5E. RGB value is (9,135,94). Sum of RGB (Red+Green+Blue) = 9+135+94=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #09875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09875E is #F678A1. Grayscale: #5C5C5C. Windows color (decimal): -16152738 or 6194953. OLE color: 6194953.

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

Color convert

RGB 9 135 94 -
CMYK 0.93 0 0.30 0.47
HSL 160.48º 0.88% 0.28% -
HSV(B) 160.48º 0.93% 0.53% -
XYZ 10.8 18.19 13.53 -
YUV 92.65 128.76 68.33 -
System Red Green Blue C M Y K H S L
Decimal 9 135 94 0.93 0 0.30 0.47 160.48 0.88 0.28
Hex 9 87 5E 5D 0 1E 2F A0 58 1C
Octal 11 207 136 135 0 36 57 240 130 34
Binary 1001 10000111 1011110 1011101 0 11110 101111 10100000 1011000 11100

Color Harmonies of #09875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09875E

Black with #09875E

Text Example


Text Example

White with #09875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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