Html Css Color HEX #09865F Deep Sea

📋 copy color: '#09865F'

red 9 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #09865F

Tints of Deep Sea #09865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.3%

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

R = 3.78%
G = 56.3%
B = 39.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#09865F (or 0x09865F) is known color: Deep Sea. HEX triplet: 09, 86 and 5F. RGB value is (9,134,95). Sum of RGB (Red+Green+Blue) = 9+134+95=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #09865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09865F is #F679A0. Grayscale: #5C5C5C. Windows color (decimal): -16152993 or 6260233. OLE color: 6260233.

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

Color convert

RGB 9 134 95 -
CMYK 0.93 0 0.29 0.47
HSL 161.28º 0.87% 0.28% -
HSV(B) 161.28º 0.93% 0.53% -
XYZ 10.7 17.93 13.72 -
YUV 92.18 129.59 68.67 -
System Red Green Blue C M Y K H S L
Decimal 9 134 95 0.93 0 0.29 0.47 161.28 0.87 0.28
Hex 9 86 5F 5D 0 1D 2F A1 57 1C
Octal 11 206 137 135 0 35 57 241 127 34
Binary 1001 10000110 1011111 1011101 0 11101 101111 10100001 1010111 11100

Color Harmonies of #09865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09865F

Black with #09865F

Text Example


Text Example

White with #09865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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