Html Css Color HEX #0F7B6F Pine Green

📋 copy color: '#0F7B6F'

red 15 ◦ green 123 ◦ blue 111

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

Shades of Pine Green #0F7B6F

Tints of Pine Green #0F7B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.4%

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 6.02%
G = 49.4%
B = 44.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#0F7B6F (or 0x0F7B6F) is known color: Pine Green. HEX triplet: 0F, 7B and 6F. RGB value is (15,123,111). Sum of RGB (Red+Green+Blue) = 15+123+111=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B6F is #F08490. Grayscale: #595959. Windows color (decimal): -15762577 or 7305999. OLE color: 7305999.

HSL color Cylindrical-coordinate representation of color #0F7B6F: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B6F is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 123 111 -
CMYK 0.88 0 0.10 0.52
HSL 173.33º 0.78% 0.27% -
HSV(B) 173.33º 0.88% 0.48% -
XYZ 10.15 15.42 17.48 -
YUV 89.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 15 123 111 0.88 0 0.10 0.52 173.33 0.78 0.27
Hex F 7B 6F 58 0 A 34 AD 4E 1B
Octal 17 173 157 130 0 12 64 255 116 33
Binary 1111 1111011 1101111 1011000 0 1010 110100 10101101 1001110 11011

Color Harmonies of #0F7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7B6F

Black with #0F7B6F

Text Example


Text Example

White with #0F7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,123,111); }

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

background-color css

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

 a { background-color: rgb(15,123,111); }

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

border-color css

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

 span { border-color: rgb(15,123,111); }

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