Html Css Color HEX #097775 Surfie Green

📋 copy color: '#097775'

red 9 ◦ green 119 ◦ blue 117

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

Shades of Surfie Green #097775

Tints of Surfie Green #097775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

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

R = 3.67%
G = 48.57%
B = 47.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#097775 (or 0x097775) is known color: Surfie Green. HEX triplet: 09, 77 and 75. RGB value is (9,119,117). Sum of RGB (Red+Green+Blue) = 9+119+117=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #097775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097775 is #F6888A. Grayscale: #555555. Windows color (decimal): -16156811 or 7698185. OLE color: 7698185.

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

Color convert

RGB 9 119 117 -
CMYK 0.92 0 0.02 0.53
HSL 178.91º 0.86% 0.25% -
HSV(B) 178.91º 0.92% 0.47% -
XYZ 9.92 14.54 19.11 -
YUV 85.88 145.56 73.16 -
System Red Green Blue C M Y K H S L
Decimal 9 119 117 0.92 0 0.02 0.53 178.91 0.86 0.25
Hex 9 77 75 5C 0 2 35 B3 56 19
Octal 11 167 165 134 0 2 65 263 126 31
Binary 1001 1110111 1110101 1011100 0 10 110101 10110011 1010110 11001

Color Harmonies of #097775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097775

Black with #097775

Text Example


Text Example

White with #097775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097775; }

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

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

background-color css

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

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

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

border-color css

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

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

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