Html Css Color HEX #0F746B Pine Green

📋 copy color: '#0F746B'

red 15 ◦ green 116 ◦ blue 107

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

Shades of Pine Green #0F746B

Tints of Pine Green #0F746B

RGB

 RED value IS 15 (6.25% from 255) = 6.3%

 GREEN value IS 116 (45.7% from 255) = 48.74%

 BLUE value IS 107 (42.19% from 255) = 44.96%

R = 6.3%
G = 48.74%
B = 44.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#0F746B (or 0x0F746B) is known color: Pine Green. HEX triplet: 0F, 74 and 6B. RGB value is (15,116,107). Sum of RGB (Red+Green+Blue) = 15+116+107=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #0F746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F746B is #F08B94. Grayscale: #545454. Windows color (decimal): -15764373 or 7042063. OLE color: 7042063.

HSL color Cylindrical-coordinate representation of color #0F746B: hue angle of 174.65º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F746B is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 116 107 -
CMYK 0.87 0 0.08 0.55
HSL 174.65º 0.77% 0.26% -
HSV(B) 174.65º 0.87% 0.45% -
XYZ 9.1 13.65 16.07 -
YUV 84.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 15 116 107 0.87 0 0.08 0.55 174.65 0.77 0.26
Hex F 74 6B 57 0 8 37 AF 4D 1A
Octal 17 164 153 127 0 10 67 257 115 32
Binary 1111 1110100 1101011 1010111 0 1000 110111 10101111 1001101 11010

Color Harmonies of #0F746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F746B

Black with #0F746B

Text Example


Text Example

White with #0F746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F746B; }

 p { color: rgb(15,116,107); }

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

background-color css

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

 a { background-color: rgb(15,116,107); }

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

border-color css

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

 span { border-color: rgb(15,116,107); }

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