Html Css Color HEX #070C04 Pine Tree

📋 copy color: '#070C04'

red 7 ◦ green 12 ◦ blue 4

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

Shades of Pine Tree #070C04

Tints of Pine Tree #070C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 17.39%

R = 30.43%
G = 52.17%
B = 17.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.95

RGB Variations

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

Color information

#070C04 (or 0x070C04) is known color: Pine Tree. HEX triplet: 07, 0C and 04. RGB value is (7,12,4). Sum of RGB (Red+Green+Blue) = 7+12+4=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #070C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C04 is #F8F3FB. Grayscale: #090909. Windows color (decimal): -16315388 or 265223. OLE color: 265223.

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

Color convert

RGB 7 12 4 -
CMYK 0.42 0 0.67 0.95
HSL 97.5º 0.5% 0.03% -
HSV(B) 97.5º 0.67% 0.05% -
XYZ 0.24 0.32 0.16 -
YUV 9.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 7 12 4 0.42 0 0.67 0.95 97.5 0.5 0.03
Hex 7 C 4 2A 0 43 5F 62 32 3
Octal 7 14 4 52 0 103 137 142 62 3
Binary 111 1100 100 101010 0 1000011 1011111 1100010 110010 11

Color Harmonies of #070C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C04

Black with #070C04

Text Example


Text Example

White with #070C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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