Html Css Color HEX #098065 Deep Sea

📋 copy color: '#098065'

red 9 ◦ green 128 ◦ blue 101

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

Shades of Deep Sea #098065

Tints of Deep Sea #098065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 3.78%
G = 53.78%
B = 42.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#098065 (or 0x098065) is known color: Deep Sea. HEX triplet: 09, 80 and 65. RGB value is (9,128,101). Sum of RGB (Red+Green+Blue) = 9+128+101=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #098065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098065 is #F67F9A. Grayscale: #595959. Windows color (decimal): -16154523 or 6651913. OLE color: 6651913.

HSL color Cylindrical-coordinate representation of color #098065: hue angle of 166.39º 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 #098065 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 101 -
CMYK 0.93 0 0.21 0.50
HSL 166.39º 0.87% 0.27% -
HSV(B) 166.39º 0.93% 0.5% -
XYZ 10.18 16.44 14.95 -
YUV 89.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 9 128 101 0.93 0 0.21 0.50 166.39 0.87 0.27
Hex 9 80 65 5D 0 15 32 A6 57 1B
Octal 11 200 145 135 0 25 62 246 127 33
Binary 1001 10000000 1100101 1011101 0 10101 110010 10100110 1010111 11011

Color Harmonies of #098065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098065

Black with #098065

Text Example


Text Example

White with #098065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098065; }

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

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

background-color css

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

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

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

border-color css

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

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

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