Html Css Color HEX #097378 Surfie Green

📋 copy color: '#097378'

red 9 ◦ green 115 ◦ blue 120

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

Shades of Surfie Green #097378

Tints of Surfie Green #097378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.18%

R = 3.69%
G = 47.13%
B = 49.18%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#097378 (or 0x097378) is known color: Surfie Green. HEX triplet: 09, 73 and 78. RGB value is (9,115,120). Sum of RGB (Red+Green+Blue) = 9+115+120=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #097378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097378 is #F68C87. Grayscale: #535353. Windows color (decimal): -16157832 or 7893769. OLE color: 7893769.

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

Color convert

RGB 9 115 120 -
CMYK 0.92 0.04 0 0.53
HSL 182.7º 0.86% 0.25% -
HSV(B) 182.7º 0.93% 0.47% -
XYZ 9.63 13.68 19.9 -
YUV 83.88 148.38 74.59 -
System Red Green Blue C M Y K H S L
Decimal 9 115 120 0.92 0.04 0 0.53 182.7 0.86 0.25
Hex 9 73 78 5C 4 0 35 B7 56 19
Octal 11 163 170 134 4 0 65 267 126 31
Binary 1001 1110011 1111000 1011100 100 0 110101 10110111 1010110 11001

Color Harmonies of #097378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097378

Black with #097378

Text Example


Text Example

White with #097378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097378; }

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

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

background-color css

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

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

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

border-color css

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

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

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