Html Css Color HEX #097C74 Pine Green

📋 copy color: '#097C74'

red 9 ◦ green 124 ◦ blue 116

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

Shades of Pine Green #097C74

Tints of Pine Green #097C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.8%

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

R = 3.61%
G = 49.8%
B = 46.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#097C74 (or 0x097C74) is known color: Pine Green. HEX triplet: 09, 7C and 74. RGB value is (9,124,116). Sum of RGB (Red+Green+Blue) = 9+124+116=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #097C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C74 is #F6838B. Grayscale: #585858. Windows color (decimal): -16155532 or 7633929. OLE color: 7633929.

HSL color Cylindrical-coordinate representation of color #097C74: hue angle of 175.83º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C74 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 124 116 -
CMYK 0.93 0 0.06 0.51
HSL 175.83º 0.86% 0.26% -
HSV(B) 175.83º 0.93% 0.49% -
XYZ 10.47 15.73 19.01 -
YUV 88.7 143.4 71.15 -
System Red Green Blue C M Y K H S L
Decimal 9 124 116 0.93 0 0.06 0.51 175.83 0.86 0.26
Hex 9 7C 74 5D 0 6 33 B0 56 1A
Octal 11 174 164 135 0 6 63 260 126 32
Binary 1001 1111100 1110100 1011101 0 110 110011 10110000 1010110 11010

Color Harmonies of #097C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097C74

Black with #097C74

Text Example


Text Example

White with #097C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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