Html Css Color HEX #097069 Pine Green

📋 copy color: '#097069'

red 9 ◦ green 112 ◦ blue 105

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

Shades of Pine Green #097069

Tints of Pine Green #097069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 3.98%
G = 49.56%
B = 46.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#097069 (or 0x097069) is known color: Pine Green. HEX triplet: 09, 70 and 69. RGB value is (9,112,105). Sum of RGB (Red+Green+Blue) = 9+112+105=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #097069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097069 is #F68F96. Grayscale: #505050. Windows color (decimal): -16158615 or 6909961. OLE color: 6909961.

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

Color convert

RGB 9 112 105 -
CMYK 0.92 0 0.06 0.56
HSL 175.92º 0.85% 0.24% -
HSV(B) 175.92º 0.92% 0.44% -
XYZ 8.46 12.67 15.36 -
YUV 80.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 9 112 105 0.92 0 0.06 0.56 175.92 0.85 0.24
Hex 9 70 69 5C 0 6 38 B0 55 18
Octal 11 160 151 134 0 6 70 260 125 30
Binary 1001 1110000 1101001 1011100 0 110 111000 10110000 1010101 11000

Color Harmonies of #097069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097069

Black with #097069

Text Example


Text Example

White with #097069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097069; }

 p { color: rgb(9,112,105); }

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

background-color css

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

 a { background-color: rgb(9,112,105); }

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

border-color css

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

 span { border-color: rgb(9,112,105); }

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