Html Css Color HEX #097D74 Pine Green

📋 copy color: '#097D74'

red 9 ◦ green 125 ◦ blue 116

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

Shades of Pine Green #097D74

Tints of Pine Green #097D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50%

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

R = 3.6%
G = 50%
B = 46.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#097D74 (or 0x097D74) is known color: Pine Green. HEX triplet: 09, 7D and 74. RGB value is (9,125,116). Sum of RGB (Red+Green+Blue) = 9+125+116=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #097D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D74 is #F6828B. Grayscale: #595959. Windows color (decimal): -16155276 or 7634185. OLE color: 7634185.

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

Color convert

RGB 9 125 116 -
CMYK 0.93 0 0.07 0.51
HSL 175.34º 0.87% 0.26% -
HSV(B) 175.34º 0.93% 0.49% -
XYZ 10.6 15.99 19.05 -
YUV 89.29 143.07 70.73 -
System Red Green Blue C M Y K H S L
Decimal 9 125 116 0.93 0 0.07 0.51 175.34 0.87 0.26
Hex 9 7D 74 5D 0 7 33 AF 57 1A
Octal 11 175 164 135 0 7 63 257 127 32
Binary 1001 1111101 1110100 1011101 0 111 110011 10101111 1010111 11010

Color Harmonies of #097D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D74

Black with #097D74

Text Example


Text Example

White with #097D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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