Html Css Color HEX #097073 Surfie Green

📋 copy color: '#097073'

red 9 ◦ green 112 ◦ blue 115

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

Shades of Surfie Green #097073

Tints of Surfie Green #097073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 3.81%
G = 47.46%
B = 48.73%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#097073 (or 0x097073) is known color: Surfie Green. HEX triplet: 09, 70 and 73. RGB value is (9,112,115). Sum of RGB (Red+Green+Blue) = 9+112+115=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #097073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097073 is #F68F8C. Grayscale: #515151. Windows color (decimal): -16158605 or 7565321. OLE color: 7565321.

HSL color Cylindrical-coordinate representation of color #097073: hue angle of 181.7º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097073 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 112 115 -
CMYK 0.92 0.03 0 0.55
HSL 181.7º 0.85% 0.24% -
HSV(B) 181.7º 0.92% 0.45% -
XYZ 9 12.88 18.23 -
YUV 81.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 9 112 115 0.92 0.03 0 0.55 181.7 0.85 0.24
Hex 9 70 73 5C 3 0 37 B6 55 18
Octal 11 160 163 134 3 0 67 266 125 30
Binary 1001 1110000 1110011 1011100 11 0 110111 10110110 1010101 11000

Color Harmonies of #097073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097073

Black with #097073

Text Example


Text Example

White with #097073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097073; }

 p { color: rgb(9,112,115); }

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

background-color css

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

 a { background-color: rgb(9,112,115); }

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

border-color css

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

 span { border-color: rgb(9,112,115); }

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