Html Css Color HEX #097375 Surfie Green

📋 copy color: '#097375'

red 9 ◦ green 115 ◦ blue 117

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

Shades of Surfie Green #097375

Tints of Surfie Green #097375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 3.73%
G = 47.72%
B = 48.55%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#097375 (or 0x097375) is known color: Surfie Green. HEX triplet: 09, 73 and 75. RGB value is (9,115,117). Sum of RGB (Red+Green+Blue) = 9+115+117=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #097375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097375 is #F68C8A. Grayscale: #535353. Windows color (decimal): -16157835 or 7697161. OLE color: 7697161.

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

Color convert

RGB 9 115 117 -
CMYK 0.92 0.02 0 0.54
HSL 181.11º 0.86% 0.25% -
HSV(B) 181.11º 0.92% 0.46% -
XYZ 9.45 13.6 18.96 -
YUV 83.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 9 115 117 0.92 0.02 0 0.54 181.11 0.86 0.25
Hex 9 73 75 5C 2 0 36 B5 56 19
Octal 11 163 165 134 2 0 66 265 126 31
Binary 1001 1110011 1110101 1011100 10 0 110110 10110101 1010110 11001

Color Harmonies of #097375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097375

Black with #097375

Text Example


Text Example

White with #097375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097375; }

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

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

background-color css

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

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

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

border-color css

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

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

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