Html Css Color HEX #097F69 Deep Sea

📋 copy color: '#097F69'

red 9 ◦ green 127 ◦ blue 105

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

Shades of Deep Sea #097F69

Tints of Deep Sea #097F69

RGB

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

 GREEN value IS 127 (50% from 255) = 52.7%

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 3.73%
G = 52.7%
B = 43.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#097F69 (or 0x097F69) is known color: Deep Sea. HEX triplet: 09, 7F and 69. RGB value is (9,127,105). Sum of RGB (Red+Green+Blue) = 9+127+105=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #097F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F69 is #F68096. Grayscale: #595959. Windows color (decimal): -16154775 or 6913801. OLE color: 6913801.

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

Color convert

RGB 9 127 105 -
CMYK 0.93 0 0.17 0.50
HSL 168.81º 0.87% 0.27% -
HSV(B) 168.81º 0.93% 0.5% -
XYZ 10.25 16.26 15.96 -
YUV 89.21 136.91 70.79 -
System Red Green Blue C M Y K H S L
Decimal 9 127 105 0.93 0 0.17 0.50 168.81 0.87 0.27
Hex 9 7F 69 5D 0 11 32 A9 57 1B
Octal 11 177 151 135 0 21 62 251 127 33
Binary 1001 1111111 1101001 1011101 0 10001 110010 10101001 1010111 11011

Color Harmonies of #097F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F69

Black with #097F69

Text Example


Text Example

White with #097F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097F69; }

 p { color: rgb(9,127,105); }

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

background-color css

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

 a { background-color: rgb(9,127,105); }

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

border-color css

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

 span { border-color: rgb(9,127,105); }

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