Html Css Color HEX #097C68 Pine Green

📋 copy color: '#097C68'

red 9 ◦ green 124 ◦ blue 104

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

Shades of Pine Green #097C68

Tints of Pine Green #097C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.88%

R = 3.8%
G = 52.32%
B = 43.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#097C68 (or 0x097C68) is known color: Pine Green. HEX triplet: 09, 7C and 68. RGB value is (9,124,104). Sum of RGB (Red+Green+Blue) = 9+124+104=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #097C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C68 is #F68397. Grayscale: #575757. Windows color (decimal): -16155544 or 6847497. OLE color: 6847497.

HSL color Cylindrical-coordinate representation of color #097C68: hue angle of 169.57º 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 #097C68 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 124 104 -
CMYK 0.93 0 0.16 0.51
HSL 169.57º 0.86% 0.26% -
HSV(B) 169.57º 0.93% 0.49% -
XYZ 9.82 15.47 15.57 -
YUV 87.34 137.4 72.13 -
System Red Green Blue C M Y K H S L
Decimal 9 124 104 0.93 0 0.16 0.51 169.57 0.86 0.26
Hex 9 7C 68 5D 0 10 33 AA 56 1A
Octal 11 174 150 135 0 20 63 252 126 32
Binary 1001 1111100 1101000 1011101 0 10000 110011 10101010 1010110 11010

Color Harmonies of #097C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097C68

Black with #097C68

Text Example


Text Example

White with #097C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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