Html Css Color HEX #097675 Surfie Green

📋 copy color: '#097675'

red 9 ◦ green 118 ◦ blue 117

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

Shades of Surfie Green #097675

Tints of Surfie Green #097675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.36%

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

R = 3.69%
G = 48.36%
B = 47.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#097675 (or 0x097675) is known color: Surfie Green. HEX triplet: 09, 76 and 75. RGB value is (9,118,117). Sum of RGB (Red+Green+Blue) = 9+118+117=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #097675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097675 is #F6898A. Grayscale: #555555. Windows color (decimal): -16157067 or 7697929. OLE color: 7697929.

HSL color Cylindrical-coordinate representation of color #097675: hue angle of 179.45º 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 #097675 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 118 117 -
CMYK 0.92 0 0.01 0.54
HSL 179.45º 0.86% 0.25% -
HSV(B) 179.45º 0.92% 0.46% -
XYZ 9.8 14.3 19.07 -
YUV 85.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 9 118 117 0.92 0 0.01 0.54 179.45 0.86 0.25
Hex 9 76 75 5C 0 1 36 B3 56 19
Octal 11 166 165 134 0 1 66 263 126 31
Binary 1001 1110110 1110101 1011100 0 1 110110 10110011 1010110 11001

Color Harmonies of #097675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097675

Black with #097675

Text Example


Text Example

White with #097675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097675; }

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

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

background-color css

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

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

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

border-color css

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

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

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