Html Css Color HEX #097266 Pine Green

📋 copy color: '#097266'

red 9 ◦ green 114 ◦ blue 102

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

Shades of Pine Green #097266

Tints of Pine Green #097266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.67%

 BLUE value IS 102 (40.23% from 255) = 45.33%

R = 4%
G = 50.67%
B = 45.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#097266 (or 0x097266) is known color: Pine Green. HEX triplet: 09, 72 and 66. RGB value is (9,114,102). Sum of RGB (Red+Green+Blue) = 9+114+102=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #097266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097266 is #F68D99. Grayscale: #515151. Windows color (decimal): -16158106 or 6713865. OLE color: 6713865.

HSL color Cylindrical-coordinate representation of color #097266: hue angle of 173.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097266 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 114 102 -
CMYK 0.92 0 0.11 0.55
HSL 173.14º 0.85% 0.24% -
HSV(B) 173.14º 0.92% 0.45% -
XYZ 8.53 13.05 14.64 -
YUV 81.24 139.71 76.48 -
System Red Green Blue C M Y K H S L
Decimal 9 114 102 0.92 0 0.11 0.55 173.14 0.85 0.24
Hex 9 72 66 5C 0 B 37 AD 55 18
Octal 11 162 146 134 0 13 67 255 125 30
Binary 1001 1110010 1100110 1011100 0 1011 110111 10101101 1010101 11000

Color Harmonies of #097266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097266

Black with #097266

Text Example


Text Example

White with #097266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097266; }

 p { color: rgb(9,114,102); }

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

background-color css

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

 a { background-color: rgb(9,114,102); }

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

border-color css

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

 span { border-color: rgb(9,114,102); }

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