Html Css Color HEX #097478 Surfie Green

📋 copy color: '#097478'

red 9 ◦ green 116 ◦ blue 120

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

Shades of Surfie Green #097478

Tints of Surfie Green #097478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 3.67%
G = 47.35%
B = 48.98%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#097478 (or 0x097478) is known color: Surfie Green. HEX triplet: 09, 74 and 78. RGB value is (9,116,120). Sum of RGB (Red+Green+Blue) = 9+116+120=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #097478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097478 is #F68B87. Grayscale: #545454. Windows color (decimal): -16157576 or 7894025. OLE color: 7894025.

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

Color convert

RGB 9 116 120 -
CMYK 0.92 0.03 0 0.53
HSL 182.16º 0.86% 0.25% -
HSV(B) 182.16º 0.93% 0.47% -
XYZ 9.75 13.9 19.94 -
YUV 84.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 9 116 120 0.92 0.03 0 0.53 182.16 0.86 0.25
Hex 9 74 78 5C 3 0 35 B6 56 19
Octal 11 164 170 134 3 0 65 266 126 31
Binary 1001 1110100 1111000 1011100 11 0 110101 10110110 1010110 11001

Color Harmonies of #097478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097478

Black with #097478

Text Example


Text Example

White with #097478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097478; }

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

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

background-color css

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

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

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

border-color css

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

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

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