#061B0E

Color #061B0E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #061B0E

Tints of Dark Green #061B0E

Color information

#061B0E (or 0x061B0E) is unknown color: approx Dark Green. HEX triplet: 06, 1B and 0E. RGB value is (6,27,14). Sum of RGB (Red+Green+Blue) = 6+27+14=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #061B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061B0E is #F9E4F1. Grayscale: #131313. Windows color (decimal): -16377074 or 924422. OLE color: 924422.

HSL color Cylindrical-coordinate representation of color #061B0E: hue angle of 142.86º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #061B0E is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB62714-
CMYK0.7800.480.89
HSL142.86º63.64%6.47%-
HSV(B)142.86º77.78%10.59%-
XYZ0.550.850.55-
YUV19.24125.04118.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 27 (10.94% from 255) = 57.45%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=12.77%
G=57.45%
B=29.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal627140.7800.480.89142.8663.646.47
Hex61BE4E030598f406
Octal633161160601312171006
Binary110110111110100111001100001011001100011111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061B0E; }

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

 H1.HeaderClassName
 {
   color: #061B0E;
 }
 .AnyTagClassName
 {
   color: #061B0E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #061B0E;
 }
 .BgClassName
 {
   background-color: #061B0E;
 }
</style>
border-color css

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

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

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