Html Css Color HEX #097974 Surfie Green

📋 copy color: '#097974'

red 9 ◦ green 121 ◦ blue 116

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

Shades of Surfie Green #097974

Tints of Surfie Green #097974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.19%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 3.66%
G = 49.19%
B = 47.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#097974 (or 0x097974) is known color: Surfie Green. HEX triplet: 09, 79 and 74. RGB value is (9,121,116). Sum of RGB (Red+Green+Blue) = 9+121+116=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #097974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097974 is #F6868B. Grayscale: #565656. Windows color (decimal): -16156300 or 7633161. OLE color: 7633161.

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

Color convert

RGB 9 121 116 -
CMYK 0.93 0 0.04 0.53
HSL 177.32º 0.86% 0.25% -
HSV(B) 177.32º 0.93% 0.47% -
XYZ 10.1 14.99 18.88 -
YUV 86.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 9 121 116 0.93 0 0.04 0.53 177.32 0.86 0.25
Hex 9 79 74 5D 0 4 35 B1 56 19
Octal 11 171 164 135 0 4 65 261 126 31
Binary 1001 1111001 1110100 1011101 0 100 110101 10110001 1010110 11001

Color Harmonies of #097974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097974

Black with #097974

Text Example


Text Example

White with #097974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097974; }

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

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

background-color css

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

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

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

border-color css

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

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

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