Html Css Color HEX #097968 Pine Green

📋 copy color: '#097968'

red 9 ◦ green 121 ◦ blue 104

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

Shades of Pine Green #097968

Tints of Pine Green #097968

RGB

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

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

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

R = 3.85%
G = 51.71%
B = 44.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#097968 (or 0x097968) is known color: Pine Green. HEX triplet: 09, 79 and 68. RGB value is (9,121,104). Sum of RGB (Red+Green+Blue) = 9+121+104=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #097968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097968 is #F68697. Grayscale: #555555. Windows color (decimal): -16156312 or 6846729. OLE color: 6846729.

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

Color convert

RGB 9 121 104 -
CMYK 0.93 0 0.14 0.53
HSL 170.89º 0.86% 0.25% -
HSV(B) 170.89º 0.93% 0.47% -
XYZ 9.45 14.73 15.44 -
YUV 85.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 9 121 104 0.93 0 0.14 0.53 170.89 0.86 0.25
Hex 9 79 68 5D 0 E 35 AB 56 19
Octal 11 171 150 135 0 16 65 253 126 31
Binary 1001 1111001 1101000 1011101 0 1110 110101 10101011 1010110 11001

Color Harmonies of #097968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097968

Black with #097968

Text Example


Text Example

White with #097968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097968; }

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

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

background-color css

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

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

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

border-color css

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

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

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