Html Css Color HEX #097576 Surfie Green

📋 copy color: '#097576'

red 9 ◦ green 117 ◦ blue 118

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

Shades of Surfie Green #097576

Tints of Surfie Green #097576

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 9 117 118 -
CMYK 0.92 0.01 0 0.54
HSL 180.55º 0.86% 0.25% -
HSV(B) 180.55º 0.92% 0.46% -
XYZ 9.74 14.09 19.35 -
YUV 84.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 9 117 118 0.92 0.01 0 0.54 180.55 0.86 0.25
Hex 9 75 76 5C 1 0 36 B5 56 19
Octal 11 165 166 134 1 0 66 265 126 31
Binary 1001 1110101 1110110 1011100 1 0 110110 10110101 1010110 11001

Color Harmonies of #097576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097576

Black with #097576

Text Example


Text Example

White with #097576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097576; }

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

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

background-color css

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

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

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

border-color css

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

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

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