Html Css Color HEX #060902 Pine Tree

📋 copy color: '#060902'

red 6 ◦ green 9 ◦ blue 2

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

Shades of Pine Tree #060902

Tints of Pine Tree #060902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 52.94%

 BLUE value IS 2 (1.17% from 255) = 11.76%

R = 35.29%
G = 52.94%
B = 11.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.96

RGB Variations

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

Color information

#060902 (or 0x060902) is known color: Pine Tree. HEX triplet: 06, 09 and 02. RGB value is (6,9,2). Sum of RGB (Red+Green+Blue) = 6+9+2=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 9 (3.91% from 255 or 52.94% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 9 - color contains mainly: green. Hex color #060902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060902 is #F9F6FD. Grayscale: #070707. Windows color (decimal): -16381694 or 133382. OLE color: 133382.

HSL color Cylindrical-coordinate representation of color #060902: hue angle of 85.71º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #060902 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 9 2 -
CMYK 0.33 0 0.78 0.96
HSL 85.71º 0.64% 0.02% -
HSV(B) 85.71º 0.78% 0.04% -
XYZ 0.18 0.24 0.09 -
YUV 7.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 6 9 2 0.33 0 0.78 0.96 85.71 0.64 0.02
Hex 6 9 2 21 0 4E 60 56 40 2
Octal 6 11 2 41 0 116 140 126 100 2
Binary 110 1001 10 100001 0 1001110 1100000 1010110 1000000 10

Color Harmonies of #060902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060902

Black with #060902

Text Example


Text Example

White with #060902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060902; }

 p { color: rgb(6,9,2); }

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

background-color css

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

 a { background-color: rgb(6,9,2); }

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

border-color css

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

 span { border-color: rgb(6,9,2); }

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