Html Css Color HEX #107974 Pine Green

📋 copy color: '#107974'

red 16 ◦ green 121 ◦ blue 116

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

Shades of Pine Green #107974

Tints of Pine Green #107974

RGB

 RED value IS 16 (6.64% from 255) = 6.32%

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

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

R = 6.32%
G = 47.83%
B = 45.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#107974 (or 0x107974) is known color: Pine Green. HEX triplet: 10, 79 and 74. RGB value is (16,121,116). Sum of RGB (Red+Green+Blue) = 16+121+116=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #107974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107974 is #EF868B. Grayscale: #585858. Windows color (decimal): -15697548 or 7633168. OLE color: 7633168.

HSL color Cylindrical-coordinate representation of color #107974: hue angle of 177.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107974 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 121 116 -
CMYK 0.87 0 0.04 0.53
HSL 177.14º 0.77% 0.27% -
HSV(B) 177.14º 0.87% 0.47% -
XYZ 10.2 15.05 18.89 -
YUV 89.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 16 121 116 0.87 0 0.04 0.53 177.14 0.77 0.27
Hex 10 79 74 57 0 4 35 B1 4D 1B
Octal 20 171 164 127 0 4 65 261 115 33
Binary 10000 1111001 1110100 1010111 0 100 110101 10110001 1001101 11011

Color Harmonies of #107974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107974

Black with #107974

Text Example


Text Example

White with #107974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107974; }

 p { color: rgb(16,121,116); }

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

background-color css

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

 a { background-color: rgb(16,121,116); }

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

border-color css

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

 span { border-color: rgb(16,121,116); }

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