Html Css Color HEX #070C05 Pine Tree

📋 copy color: '#070C05'

red 7 ◦ green 12 ◦ blue 5

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

Shades of Pine Tree #070C05

Tints of Pine Tree #070C05

RGB

 RED value IS 7 (3.13% from 255) = 29.17%

 GREEN value IS 12 (5.08% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 20.83%

R = 29.17%
G = 50%
B = 20.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.95

RGB Variations

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

Color information

#070C05 (or 0x070C05) is known color: Pine Tree. HEX triplet: 07, 0C and 05. RGB value is (7,12,5). Sum of RGB (Red+Green+Blue) = 7+12+5=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #070C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C05 is #F8F3FA. Grayscale: #090909. Windows color (decimal): -16315387 or 330759. OLE color: 330759.

HSL color Cylindrical-coordinate representation of color #070C05: hue angle of 102.86º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #070C05 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 12 5 -
CMYK 0.42 0 0.58 0.95
HSL 102.86º 0.41% 0.03% -
HSV(B) 102.86º 0.58% 0.05% -
XYZ 0.25 0.32 0.19 -
YUV 9.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 7 12 5 0.42 0 0.58 0.95 102.86 0.41 0.03
Hex 7 C 5 2A 0 3A 5F 67 29 3
Octal 7 14 5 52 0 72 137 147 51 3
Binary 111 1100 101 101010 0 111010 1011111 1100111 101001 11

Color Harmonies of #070C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C05

Black with #070C05

Text Example


Text Example

White with #070C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070C05; }

 p { color: rgb(7,12,5); }

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

background-color css

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

 a { background-color: rgb(7,12,5); }

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

border-color css

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

 span { border-color: rgb(7,12,5); }

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