Html Css Color HEX #0F1706 Pine Tree

📋 copy color: '#0F1706'

red 15 ◦ green 23 ◦ blue 6

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

Shades of Pine Tree #0F1706

Tints of Pine Tree #0F1706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 52.27%

 BLUE value IS 6 (2.73% from 255) = 13.64%

R = 34.09%
G = 52.27%
B = 13.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.91

RGB Variations

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

Color information

#0F1706 (or 0x0F1706) is known color: Pine Tree. HEX triplet: 0F, 17 and 06. RGB value is (15,23,6). Sum of RGB (Red+Green+Blue) = 15+23+6=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1706 is #F0E8F9. Grayscale: #121212. Windows color (decimal): -15788282 or 399119. OLE color: 399119.

HSL color Cylindrical-coordinate representation of color #0F1706: hue angle of 88.24º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F1706 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 23 6 -
CMYK 0.35 0 0.74 0.91
HSL 88.24º 0.59% 0.06% -
HSV(B) 88.24º 0.74% 0.09% -
XYZ 0.54 0.73 0.28 -
YUV 18.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 15 23 6 0.35 0 0.74 0.91 88.24 0.59 0.06
Hex F 17 6 23 0 4A 5B 58 3B 6
Octal 17 27 6 43 0 112 133 130 73 6
Binary 1111 10111 110 100011 0 1001010 1011011 1011000 111011 110

Color Harmonies of #0F1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1706

Black with #0F1706

Text Example


Text Example

White with #0F1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,23,6); }

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

background-color css

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

 a { background-color: rgb(15,23,6); }

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

border-color css

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

 span { border-color: rgb(15,23,6); }

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