Html Css Color HEX #060F0E Dark Green

📋 copy color: '#060F0E'

red 6 ◦ green 15 ◦ blue 14

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

Shades of Dark Green #060F0E

Tints of Dark Green #060F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 42.86%

 BLUE value IS 14 (5.86% from 255) = 40%

R = 17.14%
G = 42.86%
B = 40%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

#060F0E (or 0x060F0E) is known color: Dark Green. HEX triplet: 06, 0F and 0E. RGB value is (6,15,14). Sum of RGB (Red+Green+Blue) = 6+15+14=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 15 - color contains mainly: green. Hex color #060F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F0E is #F9F0F1. Grayscale: #0C0C0C. Windows color (decimal): -16380146 or 921350. OLE color: 921350.

HSL color Cylindrical-coordinate representation of color #060F0E: hue angle of 173.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060F0E is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 15 14 -
CMYK 0.60 0 0.07 0.94
HSL 173.33º 0.43% 0.04% -
HSV(B) 173.33º 0.6% 0.06% -
XYZ 0.33 0.41 0.48 -
YUV 12.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 6 15 14 0.60 0 0.07 0.94 173.33 0.43 0.04
Hex 6 F E 3C 0 7 5E AD 2B 4
Octal 6 17 16 74 0 7 136 255 53 4
Binary 110 1111 1110 111100 0 111 1011110 10101101 101011 100

Color Harmonies of #060F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F0E

Black with #060F0E

Text Example


Text Example

White with #060F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060F0E; }

 p { color: rgb(6,15,14); }

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

background-color css

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

 a { background-color: rgb(6,15,14); }

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

border-color css

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

 span { border-color: rgb(6,15,14); }

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