Html Css Color HEX #121707 Pine Tree

📋 copy color: '#121707'

red 18 ◦ green 23 ◦ blue 7

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

Shades of Pine Tree #121707

Tints of Pine Tree #121707

RGB

 RED value IS 18 (7.42% from 255) = 37.5%

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

 BLUE value IS 7 (3.13% from 255) = 14.58%

R = 37.5%
G = 47.92%
B = 14.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.91

RGB Variations

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

Color information

#121707 (or 0x121707) is known color: Pine Tree. HEX triplet: 12, 17 and 07. RGB value is (18,23,7). Sum of RGB (Red+Green+Blue) = 18+23+7=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #121707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121707 is #EDE8F8. Grayscale: #131313. Windows color (decimal): -15591673 or 464658. OLE color: 464658.

HSL color Cylindrical-coordinate representation of color #121707: hue angle of 78.75º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121707 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 23 7 -
CMYK 0.22 0 0.70 0.91
HSL 78.75º 0.53% 0.06% -
HSV(B) 78.75º 0.7% 0.09% -
XYZ 0.59 0.76 0.32 -
YUV 19.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 18 23 7 0.22 0 0.70 0.91 78.75 0.53 0.06
Hex 12 17 7 16 0 46 5B 4F 35 6
Octal 22 27 7 26 0 106 133 117 65 6
Binary 10010 10111 111 10110 0 1000110 1011011 1001111 110101 110

Color Harmonies of #121707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121707

Black with #121707

Text Example


Text Example

White with #121707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121707; }

 p { color: rgb(18,23,7); }

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

background-color css

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

 a { background-color: rgb(18,23,7); }

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

border-color css

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

 span { border-color: rgb(18,23,7); }

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