Html Css Color HEX #060705 Pine Tree

📋 copy color: '#060705'

red 6 ◦ green 7 ◦ blue 5

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

Shades of Pine Tree #060705

Tints of Pine Tree #060705

RGB

 RED value IS 6 (2.73% from 255) = 33.33%

 GREEN value IS 7 (3.13% from 255) = 38.89%

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

R = 33.33%
G = 38.89%
B = 27.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.97

RGB Variations

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

Color information

#060705 (or 0x060705) is known color: Pine Tree. HEX triplet: 06, 07 and 05. RGB value is (6,7,5). Sum of RGB (Red+Green+Blue) = 6+7+5=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 7 - color contains mainly: green. Hex color #060705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060705 is #F9F8FA. Grayscale: #060606. Windows color (decimal): -16382203 or 329478. OLE color: 329478.

HSL color Cylindrical-coordinate representation of color #060705: hue angle of 90º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #060705 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.97.

Color convert

RGB 6 7 5 -
CMYK 0.14 0 0.29 0.97
HSL 90º 0.17% 0.02% -
HSV(B) 90º 0.29% 0.03% -
XYZ 0.18 0.2 0.17 -
YUV 6.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 6 7 5 0.14 0 0.29 0.97 90 0.17 0.02
Hex 6 7 5 E 0 1D 61 5A 11 2
Octal 6 7 5 16 0 35 141 132 21 2
Binary 110 111 101 1110 0 11101 1100001 1011010 10001 10

Color Harmonies of #060705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060705

Black with #060705

Text Example


Text Example

White with #060705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060705; }

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

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

background-color css

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

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

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

border-color css

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

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

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