Html Css Color HEX #097374 Surfie Green

📋 copy color: '#097374'

red 9 ◦ green 115 ◦ blue 116

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

Shades of Surfie Green #097374

Tints of Surfie Green #097374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 3.75%
G = 47.92%
B = 48.33%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#097374 (or 0x097374) is known color: Surfie Green. HEX triplet: 09, 73 and 74. RGB value is (9,115,116). Sum of RGB (Red+Green+Blue) = 9+115+116=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #097374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097374 is #F68C8B. Grayscale: #535353. Windows color (decimal): -16157836 or 7631625. OLE color: 7631625.

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

Color convert

RGB 9 115 116 -
CMYK 0.92 0.01 0 0.55
HSL 180.56º 0.86% 0.25% -
HSV(B) 180.56º 0.92% 0.45% -
XYZ 9.4 13.58 18.65 -
YUV 83.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 9 115 116 0.92 0.01 0 0.55 180.56 0.86 0.25
Hex 9 73 74 5C 1 0 37 B5 56 19
Octal 11 163 164 134 1 0 67 265 126 31
Binary 1001 1110011 1110100 1011100 1 0 110111 10110101 1010110 11001

Color Harmonies of #097374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097374

Black with #097374

Text Example


Text Example

White with #097374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097374; }

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

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

background-color css

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

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

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

border-color css

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

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

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